]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/misc.py
little tweaks
[wxWidgets.git] / wxPython / src / msw / misc.py
index 562fb93f7df719afaeb0f4290f6e6bdd2c75cbc2..570b8aa0ae235cddda283e6999d88b8ae111fb60 100644 (file)
@@ -164,11 +164,6 @@ def SystemSettings_SetScreenType(*args, **kwargs):
     """SystemSettings_SetScreenType(int screen)"""
     return _misc.SystemSettings_SetScreenType(*args, **kwargs)
 
-# backwards compatibility aliasses
-SystemSettings_GetSystemColour = SystemSettings_GetColour
-SystemSettings_GetSystemFont   = SystemSettings_GetFont
-SystemSettings_GetSystemMetric = SystemSettings_GetMetric
-
 class SystemOptions(core.Object):
     def __repr__(self):
         return "<%s.%s; proxy of C++ wxSystemOptions instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)