]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/app.cpp
remove unused variables, minor cleanup
[wxWidgets.git] / src / mgl / app.cpp
index fc87f16acb115f22ed93dd618283fff3a9e16f13..113516fe7101cf830724af47bc7535c2ab4836de 100644 (file)
@@ -166,7 +166,7 @@ wxVideoMode wxGetDefaultDisplayMode()
     unsigned w, h, bpp;
 
     if ( !wxGetEnv(wxT("WXMODE"), &mode) ||
-         (wxSscanf(mode.c_str(), _T("%ux%u-%u"), &w, &h, &bpp) != 3) )
+         (wxSscanf(mode.c_str(), wxT("%ux%u-%u"), &w, &h, &bpp) != 3) )
     {
         w = 640, h = 480, bpp = 16;
     }