From 463355a736c8f53e8e65b73ccc70f7bbc7aded6c Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 31 May 2013 15:20:29 -0400 Subject: [PATCH] TIFFTranslator: Remove this unneeded SetDivider() call. --- src/add-ons/translators/tiff/TIFFView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/add-ons/translators/tiff/TIFFView.cpp b/src/add-ons/translators/tiff/TIFFView.cpp index 3a285fec73..9d6b70ab9a 100644 --- a/src/add-ons/translators/tiff/TIFFView.cpp +++ b/src/add-ons/translators/tiff/TIFFView.cpp @@ -156,8 +156,6 @@ void TIFFView::AllAttached() { fCompressionMF->Menu()->SetTargetForItems(this); - fCompressionMF->SetDivider( - fCompressionMF->StringWidth(fCompressionMF->Label()) + 3); fCompressionMF->ResizeToPreferred(); }