X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae8162c88f5708d87e4d5fb78055256a72b5bd78..9386cb75e34acb49cd9fac945e09cf002f22db2d:/wxPython/src/gtk/html.py?ds=sidebyside diff --git a/wxPython/src/gtk/html.py b/wxPython/src/gtk/html.py index 1ad43f4a72..91619afd7a 100644 --- a/wxPython/src/gtk/html.py +++ b/wxPython/src/gtk/html.py @@ -1318,10 +1318,6 @@ class HtmlEasyPrinting(_core.Object): """PrintText(self, String htmltext, String basepath=EmptyString)""" return _html.HtmlEasyPrinting_PrintText(*args, **kwargs) - def PrinterSetup(*args, **kwargs): - """PrinterSetup(self)""" - return _html.HtmlEasyPrinting_PrinterSetup(*args, **kwargs) - def PageSetup(*args, **kwargs): """PageSetup(self)""" return _html.HtmlEasyPrinting_PageSetup(*args, **kwargs)