]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/nplugin/samples/simple/simple.cpp
Applied wxVScrolledWindow patch
[wxWidgets.git] / utils / nplugin / samples / simple / simple.cpp
index 4e4a83f5938ad5d851fcb2e93b5dfe58065cea80..b85028238623e004a44e8ec85a111573df2481ee 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * File:       simple.cpp
- * Purpose:    Minimal wxWindows plugin
+ * Purpose:    Minimal wxWidgets plugin
  * Author:     Julian Smart
  * Created:    1997
  * Updated:    
@@ -9,11 +9,6 @@
 
 /* static const char sccsid[] = "%W% %G%"; */
 
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__