Skip to content

Commit

Permalink
Removing old code
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Dec 9, 2014
1 parent ab0e195 commit a83cda7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Fluent/Controls/RibbonTitleBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ protected override Size MeasureOverride(Size constraint)
this.headerHolder.Measure(this.headerRect.Size);
this.quickAccessToolbarHolder.Measure(this.quickAccessToolbarRect.Size);

// We do not return resultsize anymore, instead we compute the real size required by the controls
//return resultSize;

var maxHeight = Math.Max(Math.Max(this.itemsRect.Height, this.headerRect.Height), this.quickAccessToolbarRect.Height);
var width = this.itemsRect.Width + this.headerRect.Width + this.quickAccessToolbarRect.Width;

Expand Down

0 comments on commit a83cda7

Please sign in to comment.