]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/treectrl.cpp
Commited scrollbar patch which sends lineup, linedown
[wxWidgets.git] / src / palmos / treectrl.cpp
index 2927295a77f7c21991851d01c9662fe8aa977a87..b902667679e919b7bb0b420d73b74dffb1177242 100644 (file)
 
 #include "wx/palmos/private.h"
 
-// Set this to 1 to be _absolutely_ sure that repainting will work for all
-// comctl32.dll versions
-#define wxUSE_COMCTL32_SAFELY 0
-
 #include "wx/app.h"
 #include "wx/log.h"
 #include "wx/dynarray.h"
 #include "wx/imaglist.h"
 #include "wx/settings.h"
 
-#include "wx/palmos/wrapcctl.h"
-
 // macros to hide the cast ugliness
 // --------------------------------