]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/minifram.cpp
removed stubs and qt 'ports'
[wxWidgets.git] / src / stubs / minifram.cpp
diff --git a/src/stubs/minifram.cpp b/src/stubs/minifram.cpp
deleted file mode 100644 (file)
index cbe09b7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        minifram.cpp
-// Purpose:     wxMiniFrame. Optional; identical to wxFrame if not supported.
-// Author:      AUTHOR
-// Modified by:
-// Created:     ??/??/98
-// RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-#ifdef __GNUG__
-#pragma implementation "minifram.h"
-#endif
-
-#include "wx/minifram.h"
-
-IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
-
-