]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/frame.cpp
1. small dnd compilation fixes (no attempt to make icon setting work though)
[wxWidgets.git] / src / gtk1 / frame.cpp
index 7cbd3ec7d2017da9a94599ea1369acbb8b075457..3098d050c0f0a6adb57fdc5e2375286bbccbbf2b 100644 (file)
@@ -615,7 +615,6 @@ void wxFrame::DoGetClientSize( int *width, int *height ) const
 
 #if wxUSE_TOOLBAR
         /* tool bar */
-/*
         if (m_frameToolBar)
         {
             if (!m_toolBarDetached)
@@ -627,7 +626,6 @@ void wxFrame::DoGetClientSize( int *width, int *height ) const
             else
                 (*height) -= wxPLACE_HOLDER;
         }
-*/
 #endif
 
         /* mini edge */
@@ -661,7 +659,6 @@ void wxFrame::DoSetClientSize( int width, int height )
 
 #if wxUSE_TOOLBAR
         /* tool bar */
-/*
         if (m_frameToolBar)
         {
             if (!m_toolBarDetached)
@@ -673,7 +670,6 @@ void wxFrame::DoSetClientSize( int width, int height )
             else
                 height += wxPLACE_HOLDER;
         }
-*/
 #endif
 
     DoSetSize( -1, -1, width + m_miniEdge*2, height  + m_miniEdge*2 + m_miniTitle, 0 );