]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/gdi.py
Compatibility modules for a couple that have gone AWOL in the new namespace
[wxWidgets.git] / wxPython / src / msw / gdi.py
index 9acc18b07609102e001827c999a6fe59046401c3..6c1afbc475b337faa7b481ef3cc73e9a182806ad 100644 (file)
@@ -127,9 +127,6 @@ def ColourRGB(*args, **kwargs):
     val.thisown = 1
     return val
 
-Color = Colour
-NamedColor = NamedColour    
-
 class Palette(GDIObject):
     def __repr__(self):
         return "<%s.%s; proxy of C++ wxPalette instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)