From 2d112dc2a36d7d59778353daa9f9018b3ff4008f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 2 Mar 2004 23:54:02 +0000 Subject: [PATCH] Removed some test code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_timer.i | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wxPython/src/_timer.i b/wxPython/src/_timer.i index 5471ca7b26..15f8abe230 100644 --- a/wxPython/src/_timer.i +++ b/wxPython/src/_timer.i @@ -56,11 +56,6 @@ void wxPyTimer::base_Notify() { public: %pythonAppend wxPyTimer "self._setCallbackInfo(self, Timer, 0)" -// %pythonAppend wxTimer -// "if hasattr(self, 'Notify'): -// print 'bound EVT_TIMER to self.Notify' -// self.Bind(EVT_TIMER, self.Notify) -// self.SetOwner(self)"; // if you don't call SetOwner() or provide an owner in the contstructor // then you must override Notify() inorder to receive the timer -- 2.47.2