]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/fontdlg.cpp
Use the size value passed to the ctor to set the window's minimum size.
[wxWidgets.git] / src / os2 / fontdlg.cpp
index e1998a8058e1c0fdd8526b8a8e4b26ae5f623f8d..c2b6091965909b508023027ee8bda1f6cef0d73e 100644 (file)
@@ -40,7 +40,6 @@ int wxFontDialog::ShowModal()
     FONTDLG                         vFontDlg;
     char                            zCurrentFont[FACESIZE];
     HWND                            hWndFontDlg;
-    FONTMETRICS                     vFm;
     FACENAMEDESC                    vFn;
 
     memset(&vFontDlg, '\0', sizeof(FONTDLG));