]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/toolbar.cpp
pressing PageDown and then PageUp should return to the same item
[wxWidgets.git] / src / mac / toolbar.cpp
index 62b486d43d17ff169a71d04a1a69cb54de886458..55a05b287be90918857c925837d216a2780b9fc1 100644 (file)
@@ -5,7 +5,8 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Stefan Csomory
+// Copyright:   (c) Stefan Csomor
+// Licence:     The wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -324,8 +325,6 @@ bool wxToolBar::Realize()
         node = node->GetNext();
     }
 
-    int separatorSize = GetToolSize().x / 4 ;
-
     node = m_tools.GetFirst();
     while (node)
     {