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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user