Removed some code which was added to fix a crash, which was obviously fixed

correctly later in another way.
Removing this code should also fix ticket #3103.
Use the width of the Bitmaps instead of fixed values.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35962 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2010-03-26 20:23:30 +00:00
parent e13ecedd6b
commit bb2576f0c8
2 changed files with 15 additions and 19 deletions
+1 -2
View File
@@ -245,8 +245,7 @@ private:
bool _ChooseTrigger(const char* title, int32& index,
uint32& trigger,
BPrivate::TriggerList& triggers);
void _UpdateWindowViewSize(
bool updatePosition = true);
void _UpdateWindowViewSize();
bool _OkToProceed(BMenuItem* item);
bool _CustomTrackingWantsToQuit();