]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/frame.cpp
removed obsolete files from wxMGL
[wxWidgets.git] / src / mgl / frame.cpp
diff --git a/src/mgl/frame.cpp b/src/mgl/frame.cpp
deleted file mode 100644 (file)
index 9626dd7..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        frame.cpp
-// Purpose:
-// Author:      Robert Roebling
-// Id:          $Id$
-// Copyright:   (c) 1998 Robert Roebling
-// Licence:     wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
-
-#ifdef __GNUG__
-    #pragma implementation "frame.h"
-#endif
-
-#include "wx/frame.h"
-IMPLEMENT_DYNAMIC_CLASS(wxFrameMGL,wxWindow)