]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/isosurf/isosurf.cpp
Fix harmless warning about unused variable in isosurf sample.
[wxWidgets.git] / samples / opengl / isosurf / isosurf.cpp
index 2138a85c26f80b3813e17cb4bc12efa3ce1b673b..707b48c424ad1b0e98147bda615fcfd2875b6e78 100644 (file)
@@ -57,7 +57,7 @@ bool MyApp::OnInit()
         return false;
 
     // Create the main frame window
         return false;
 
     // Create the main frame window
-    MyFrame *frame = new MyFrame(NULL, wxT("wxWidgets OpenGL Isosurf Sample"));
+    new MyFrame(NULL, wxT("wxWidgets OpenGL Isosurf Sample"));
 
     return true;
 }
 
     return true;
 }