moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we don't have to have several identical gdiobj.cpp files containing only it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-08-16 14:53:49 +00:00
parent a87f2821ad
commit 5819f832e6
14 changed files with 53 additions and 310 deletions

View File

@@ -892,7 +892,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/gtk/dnd.cpp
src/gtk/evtloop.cpp
src/gtk/font.cpp
src/gtk/gdiobj.cpp
src/gtk/gsockgtk.cpp
src/gtk/main.cpp
src/gtk/minifram.cpp
@@ -1070,7 +1069,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/gtk1/dnd.cpp
src/gtk1/evtloop.cpp
src/gtk1/font.cpp
src/gtk1/gdiobj.cpp
src/gtk1/gsockgtk.cpp
src/gtk1/main.cpp
src/gtk1/minifram.cpp
@@ -1253,7 +1251,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/motif/font.cpp
src/motif/frame.cpp
src/motif/gauge.cpp
src/motif/gdiobj.cpp
src/motif/gsockmot.cpp
src/motif/icon.cpp
src/motif/listbox.cpp
@@ -1385,7 +1382,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/x11/dcscreen.cpp
src/x11/evtloop.cpp
src/x11/font.cpp
src/x11/gdiobj.cpp
src/x11/gsockx11.cpp
src/x11/minifram.cpp
src/x11/nanox.c
@@ -1742,7 +1738,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/mgl/font.cpp
src/mgl/fontenum.cpp
src/mgl/fontutil.cpp
src/mgl/gdiobj.cpp
src/mgl/palette.cpp
src/mgl/pen.cpp
src/mgl/region.cpp
@@ -2301,7 +2296,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/cocoa/fontutil.cpp
src/cocoa/frame.mm
src/cocoa/gauge.mm
src/cocoa/gdiobj.cpp
src/cocoa/icon.mm
src/cocoa/listbox.mm
src/cocoa/main.cpp