]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/settings.cpp
Layout correction
[wxWidgets.git] / src / dfb / settings.cpp
index 308e9249386dcc8dc157215afd0789fa4715958a..8cd14600baf9f0af668b6e3ea25920427916966e 100644 (file)
     #include "wx/gdicmn.h"
 #endif
 
-#include "wx/dfb/private.h"
-
 
 wxColour wxSystemSettingsNative::GetColour(wxSystemColour WXUNUSED(index))
 {
-    // not implemented, the mean is in wxUniversal
+    // overridden by wxSystemSettings::GetColour in wxUniversal
     return wxColour(0,0,0);
 }