]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/gdiobj.cpp
files of wxMac moved into carbon subdirs
[wxWidgets.git] / src / mac / gdiobj.cpp
diff --git a/src/mac/gdiobj.cpp b/src/mac/gdiobj.cpp
deleted file mode 100644 (file)
index 528c5a7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        gdiobj.cpp
-// Purpose:     wxGDIObject class
-// Author:      Stefan Csomor
-// Modified by:
-// Created:     1998-01-01
-// RCS-ID:      $Id$
-// Copyright:   (c) Stefan Csomor
-// Licence:       wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-#ifdef __GNUG__
-#pragma implementation "gdiobj.h"
-#endif
-
-#include "wx/gdiobj.h"
-
-#if !USE_SHARED_LIBRARIES
-IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
-#endif
-
-// TODO: Nothing to do, unless you want to.