]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.cpp
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
[wxWidgets.git] / samples / joytest / joytest.cpp
index 924103bf019ae3953f3fe42481749718b4184c3f..ea875654998ab4a72449858eca9004803c4f569e 100644 (file)
@@ -132,7 +132,7 @@ void MyCanvas::OnJoystickEvent(wxJoystickEvent& event)
         ymax += abs(ymin);
         pt.y += abs(ymin);
     }
-    
+
     // Scale to canvas size
     int cw, ch;
     GetSize(&cw, &ch);
@@ -178,11 +178,6 @@ MyFrame::MyFrame(wxFrame *parent, const wxString& title, const wxPoint& pos,
     canvas = new MyCanvas(this);
 }
 
-MyFrame::~MyFrame()
-{
-    // Empty
-}
-
 void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
 {
     Close(true);