]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/minifram.cpp
files of wxMac moved into carbon subdirs
[wxWidgets.git] / src / mac / minifram.cpp
diff --git a/src/mac/minifram.cpp b/src/mac/minifram.cpp
deleted file mode 100644 (file)
index 6b49b9b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        minifram.cpp
-// Purpose:     wxMiniFrame. Optional; identical to wxFrame if not supported.
-// Author:      Stefan Csomor
-// Modified by:
-// Created:     1998-01-01
-// RCS-ID:      $Id$
-// Copyright:   (c) Stefan Csomor
-// Licence:       wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-#ifdef __GNUG__
-#pragma implementation "minifram.h"
-#endif
-
-#include "wx/minifram.h"
-
-#if !USE_SHARED_LIBRARY
-IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
-#endif
-
-