]> git.saurik.com Git - wxWidgets.git/commitdiff
removed obsolete files from wxMGL
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 14 Oct 2001 22:17:02 +0000 (22:17 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 14 Oct 2001 22:17:02 +0000 (22:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mgl/dialog.cpp [deleted file]
src/mgl/frame.cpp [deleted file]

diff --git a/src/mgl/dialog.cpp b/src/mgl/dialog.cpp
deleted file mode 100644 (file)
index 2f5d7bb..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        dialog.cpp
-// Purpose:
-// Author:      Robert Roebling
-// Id:          $Id$
-// Copyright:   (c) 1998 Robert Roebling
-// Licence:     wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-#ifdef __GNUG__
-#pragma implementation "dialog.h"
-#endif
-
-#include "wx/dialog.h"
-#include "wx/frame.h"
-#include "wx/app.h"
-#include "wx/cursor.h"
-
-
-
-IMPLEMENT_DYNAMIC_CLASS(wxDialog,wxPanel)
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)