]> git.saurik.com Git - wxWidgets.git/commitdiff
remove unneeded declarations missed in previous commit
authorPaul Cornett <paulcor@bullseye.com>
Sat, 20 May 2006 02:41:27 +0000 (02:41 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 20 May 2006 02:41:27 +0000 (02:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/slider.h

index 6ee71daadab097702a54637104c3b162e9a41f78..8322bf66a9dfb0cf531ac5a44264d2917b8b724e 100644 (file)
@@ -61,8 +61,6 @@ public:
     
     // implementation
     bool IsOwnGtkWindow( GdkWindow *window );
-    void GtkDisableEvents();
-    void GtkEnableEvents();
 
     double m_pos;
     int m_scrollEventType;