]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gdiobj.cpp
moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we...
[wxWidgets.git] / src / motif / gdiobj.cpp
diff --git a/src/motif/gdiobj.cpp b/src/motif/gdiobj.cpp
deleted file mode 100644 (file)
index 77985aa..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name:        src/motif/gdiobj.cpp
-// Purpose:     wxGDIObject class
-// Author:      Julian Smart
-// Modified by:
-// Created:     17/09/98
-// RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart
-// Licence:     wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
-#include "wx/gdiobj.h"
-
-IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)