]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/app.cpp
simplified #ifs around the code
[wxWidgets.git] / src / dfb / app.cpp
index 4618b16e4b9789412dd32174fcd697a77fad4657..ea4764ccbc8ecd43ba3b51be35dd15783ffda77b 100644 (file)
@@ -50,9 +50,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
     if ( !wxIDirectFB::Get() )
         return false;
 
-    #warning "FIXME: theme override is temporary"
-    wxTheme::Set(wxTheme::Create(_T("gtk")));
-
     return true;
 }