]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/htmlhelp.i
correction for memory leak
[wxWidgets.git] / wxPython / src / htmlhelp.i
index 6f77dba09afd298bf74696312e2aaa599621a0a2..1143363f1525acaf8f92e57f568c72533c76cd22 100644 (file)
@@ -4,7 +4,7 @@
 //
 // Author:      Robin Dunn
 //
-// Created:     25-nov-1998
+// Created:     25-Nov-1998
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 by Total Control Software
 // Licence:     wxWindows license
 %extern html.i
 
 
-//---------------------------------------------------------------------------
-
-class  wxHtmlHelpFrameCfg
-{
-public:
-    wxHtmlHelpFrameCfg();
-
-    long x, y, w, h;
-    long sashpos;
-    bool navig_on;
-};
-
-
 //---------------------------------------------------------------------------
 
 class wxHtmlBookRecord  {