]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/listctrl.cpp
fix for bug 1371386, with some minor mods and cleanup
[wxWidgets.git] / src / palmos / listctrl.cpp
index 7c75e86ff9d62083421833d22564bbdc0527ee88..766497d02080ee400438c0085208ebf50716142d 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "listctrl.h"
-    #pragma implementation "listctrlbase.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -191,11 +186,6 @@ void wxListCtrl::SetSingleStyle(long style, bool add)
 {
 }
 
-// Set the whole window style
-void wxListCtrl::SetWindowStyleFlag(long flag)
-{
-}
-
 // ----------------------------------------------------------------------------
 // accessors
 // ----------------------------------------------------------------------------