소스 검색

Remove unused method

oz123 10 년 전
부모
커밋
010fc34b0d
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      pwman/data/database.py

+ 0 - 5
pwman/data/database.py

@@ -80,11 +80,6 @@ class Database(object):
     def currenttags(self):
         return self._filtertags
 
-    def filter(self, tags):
-        for tag in tags:
-            if not (tag in self._filtertags):
-                self._filtertags.append(tag)
-
     def addnodes(self, nodes):
         pass  # pragma: no cover