From: Paul Cornett Date: Sat, 20 May 2006 02:41:27 +0000 (+0000) Subject: remove unneeded declarations missed in previous commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eb721ee29f004d200a973be522ed44dd05ba75c2 remove unneeded declarations missed in previous commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/slider.h b/include/wx/gtk/slider.h index 6ee71daada..8322bf66a9 100644 --- a/include/wx/gtk/slider.h +++ b/include/wx/gtk/slider.h @@ -61,8 +61,6 @@ public: // implementation bool IsOwnGtkWindow( GdkWindow *window ); - void GtkDisableEvents(); - void GtkEnableEvents(); double m_pos; int m_scrollEventType;