]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
A few OS/2 additions to enable the colour database to work with PM.
[wxWidgets.git] / src / gtk / listbox.cpp
index 8d8a3579759a58adfc8330cabc6bc80b6bd0a692..14dd4558ae7192a79026197b879cdd35a3d19e5c 100644 (file)
 #pragma implementation "listbox.h"
 #endif
 
-#ifdef __VMS
-#define gtk_scrolled_window_add_with_viewport gtk_scrolled_window_add_with_vi
-#define gtk_container_set_focus_vadjustment gtk_container_set_focus_vadjust
-#define gtk_scrolled_window_get_vadjustment gtk_scrolled_window_get_vadjust
-#endif
-
 #include "wx/listbox.h"
 
 #if wxUSE_LISTBOX