From e96dc916ef4e3599824dcd2ae8a54d1fc08f17ec Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Thu, 14 Feb 2013 11:31:20 +0100 Subject: [PATCH] Remove commented code --- Frameworks/HTMLOutput/src/browser/HOStatusBar.mm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Frameworks/HTMLOutput/src/browser/HOStatusBar.mm b/Frameworks/HTMLOutput/src/browser/HOStatusBar.mm index d201349f..14b3a7dc 100644 --- a/Frameworks/HTMLOutput/src/browser/HOStatusBar.mm +++ b/Frameworks/HTMLOutput/src/browser/HOStatusBar.mm @@ -15,9 +15,6 @@ static NSButton* OakCreateImageButton (NSImage* image) [res setImage:image]; [res setImagePosition:NSImageOnly]; - // [res setContentHuggingPriority:NSLayoutPriorityDefaultLow forOrientation:NSLayoutConstraintOrientationHorizontal]; - // [res setContentHuggingPriority:NSLayoutPriorityDefaultLow forOrientation:NSLayoutConstraintOrientationVertical]; - // return res; }