[Pkg-bitcoin-commits] [python-quamash] 89/269: Removed extraneous function I added.

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 6aed31ad8eed5639555a95ceeada40f2f396d5ff
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Wed Jul 16 23:22:50 2014 -0700

    Removed extraneous function I added.
    
    This is a vestigial function from a bug I fixed earlier. (after second-guessing Arve before second-guessing [third-guessing?] myself)
---
 quamash/__init__.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index df27ba5..854028c 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -431,8 +431,6 @@ class QEventLoop(_baseclass):
 		except:
 			sys.stderr.write('{}, {}\n'.format(args, kwds))
 
-	def remove(self, timer):
-		self.__timers.remove(timer)
 
 class _Cancellable:
 	def __init__(self, timer, loop):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list