projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle()
[wxWidgets.git]
/
src
/
dfb
/
settings.cpp
diff --git
a/src/dfb/settings.cpp
b/src/dfb/settings.cpp
index 308e9249386dcc8dc157215afd0789fa4715958a..8cd14600baf9f0af668b6e3ea25920427916966e 100644
(file)
--- a/
src/dfb/settings.cpp
+++ b/
src/dfb/settings.cpp
@@
-23,12
+23,10
@@
#include "wx/gdicmn.h"
#endif
#include "wx/gdicmn.h"
#endif
-#include "wx/dfb/private.h"
-
wxColour wxSystemSettingsNative::GetColour(wxSystemColour WXUNUSED(index))
{
wxColour wxSystemSettingsNative::GetColour(wxSystemColour WXUNUSED(index))
{
- //
not implemented, the mean is
in wxUniversal
+ //
overridden by wxSystemSettings::GetColour
in wxUniversal
return wxColour(0,0,0);
}
return wxColour(0,0,0);
}