From: Václav Slavík Date: Sun, 14 Oct 2001 22:17:02 +0000 (+0000) Subject: removed obsolete files from wxMGL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0cba94f21a0728bd213c1ee90199fafe1745eb99 removed obsolete files from wxMGL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mgl/dialog.cpp b/src/mgl/dialog.cpp deleted file mode 100644 index 2f5d7bb4ea..0000000000 --- a/src/mgl/dialog.cpp +++ /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 index 9626dd7de8..0000000000 --- a/src/mgl/frame.cpp +++ /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)