]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_popupwin.i
remove unused file
[wxWidgets.git] / wxPython / src / _popupwin.i
index ec47753500c81541f75628b95d55d04dae72057f..43fcd6c511f1c944e30a4eaa043f1abf323b08c3 100644 (file)
@@ -85,7 +85,7 @@ MustHaveApp(wxPyPopupTransientWindow);
 class wxPyPopupTransientWindow : public wxPopupWindow
 {
 public:
-    %pythonAppend wxPyPopupTransientWindow         "self._setOORInfo(self);self._setCallbackInfo(self, PopupTransientWindow)"
+    %pythonAppend wxPyPopupTransientWindow         "self._setOORInfo(self);" setCallbackInfo(PopupTransientWindow)
     %pythonAppend wxPyPopupTransientWindow()       ""
     
     wxPyPopupTransientWindow(wxWindow *parent, int style = wxBORDER_NONE);