]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utilsgui.cpp
Use the width of the widest line (not the first line) for the max
[wxWidgets.git] / src / os2 / utilsgui.cpp
index b2d3455640abb2bf7adc91be9f0242fe3daaff4b..8fd49de6305261953936d4e7bf046ff10fc8c3aa 100644 (file)
@@ -32,7 +32,6 @@
 #endif //WX_PRECOMP
 
 #include "wx/apptrait.h"
-#include "wx/platinfo.h"
 
 #include "wx/os2/private.h"     // includes <windows.h>
 
@@ -438,7 +437,7 @@ void wxGUIAppTraits::TerminateGui(unsigned long ulHab)
     ::WinTerminate(ulHab);
 }
 
-wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
+wxPortId wxGUIAppTraits::GetToolkitVersion(int *WXUNUSED(verMaj), int *WXUNUSED(verMin)) const
 {
     // TODO: how to get version of PM ?
     return wxPORT_OS2;