]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/toolbar.cpp
scroll of subwindow confined to rect param
[wxWidgets.git] / src / univ / toolbar.cpp
index 45879f6613bb304605c33a8bde40e15c8c57494d..c0eea0ba8b3a558578c7ccdc1370d66b10cc13f5 100644 (file)
@@ -138,23 +138,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxToolBar, wxControl);
 // wxToolBar creation
 // ----------------------------------------------------------------------------
 
-wxToolBar::wxToolBar()
-{
-    Init();
-}
-
-wxToolBar::wxToolBar(wxWindow *parent,
-                     wxWindowID id,
-                     const wxPoint& pos,
-                     const wxSize& size,
-                     long style,
-                     const wxString& name)
-{
-    Init();
-
-    Create(parent, id, pos, size, style, name);
-}
-
 void wxToolBar::Init()
 {
     // no tools yet