]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/dialog.cpp
removed obsolete files from wxMGL
[wxWidgets.git] / src / mgl / dialog.cpp
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)