]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/gdiobj.cpp
moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we...
[wxWidgets.git] / src / cocoa / gdiobj.cpp
diff --git a/src/cocoa/gdiobj.cpp b/src/cocoa/gdiobj.cpp
deleted file mode 100644 (file)
index 4d0b2a9..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        src/cocoa/gdiobj.cpp
-// Purpose:     wxGDIObject class
-// Author:      AUTHOR
-// Modified by:
-// Created:     ??/??/98
-// RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:     wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
-#include "wx/gdiobj.h"
-
-IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
-
-// TODO: Nothing to do, unless you want to.