mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
remove unused code
This commit is contained in:
parent
726992ab53
commit
ac99ef7d26
1 changed files with 0 additions and 3 deletions
|
@ -784,6 +784,3 @@ class Manager:
|
||||||
# Adds an IP range (as two dotted quad strings) to the filter
|
# Adds an IP range (as two dotted quad strings) to the filter
|
||||||
def add_range_to_ip_filter(self, start, end):
|
def add_range_to_ip_filter(self, start, end):
|
||||||
return deluge_core.add_range_to_IP_filter(start, end)
|
return deluge_core.add_range_to_IP_filter(start, end)
|
||||||
|
|
||||||
def netextras(self, proto, action):
|
|
||||||
return deluge_core.netextras(proto, action)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue