diff --git a/wxPython/src/_gdi_reverse.txt b/wxPython/src/_gdi_reverse.txt index 0aea278341..67f45d777a 100644 --- a/wxPython/src/_gdi_reverse.txt +++ b/wxPython/src/_gdi_reverse.txt @@ -1,7 +1,7 @@ # Other names that need to be reverse-renamed for the old namespace -Color -NamedColor +#Color +#NamedColor diff --git a/wxPython/src/_misc_reverse.txt b/wxPython/src/_misc_reverse.txt index 6a14fb5c81..db39fd5d5c 100644 --- a/wxPython/src/_misc_reverse.txt +++ b/wxPython/src/_misc_reverse.txt @@ -3,9 +3,9 @@ PyTimer PyDropTarget -SystemSettings_GetSystemColour -SystemSettings_GetSystemFont -SystemSettings_GetSystemMetric +#SystemSettings_GetSystemColour +#SystemSettings_GetSystemFont +#SystemSettings_GetSystemMetric # With the * on the end these will cause code to be added that diff --git a/wxPython/wxPython/gdi.py b/wxPython/wxPython/gdi.py index ba9457b842..a2dc1e37fd 100644 --- a/wxPython/wxPython/gdi.py +++ b/wxPython/wxPython/gdi.py @@ -535,7 +535,5 @@ wxTheBrushList = wx.gdi.TheBrushList wxTheColourDatabase = wx.gdi.TheColourDatabase wxEffects = wx.gdi.Effects wxEffectsPtr = wx.gdi.EffectsPtr -wxColor = wx.gdi.Color -wxNamedColor = wx.gdi.NamedColor diff --git a/wxPython/wxPython/misc.py b/wxPython/wxPython/misc.py index db018a8d2b..cf6f122a52 100644 --- a/wxPython/wxPython/misc.py +++ b/wxPython/wxPython/misc.py @@ -562,8 +562,5 @@ wxClipboardLocker = wx.misc.ClipboardLocker wxClipboardLockerPtr = wx.misc.ClipboardLockerPtr wxPyTimer = wx.misc.PyTimer wxPyDropTarget = wx.misc.PyDropTarget -wxSystemSettings_GetSystemColour = wx.misc.SystemSettings_GetSystemColour -wxSystemSettings_GetSystemFont = wx.misc.SystemSettings_GetSystemFont -wxSystemSettings_GetSystemMetric = wx.misc.SystemSettings_GetSystemMetric