1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Delete unused variables and unreachable statements. #1834

This commit is contained in:
dmiller
2019-12-30 06:46:33 +00:00
parent 65450a0654
commit 02212559d2
6 changed files with 0 additions and 13 deletions

View File

@@ -283,7 +283,6 @@ class HIGSpinnerCache:
def load_static_from_lookup(self, icon_name="gnome-spinner-rest",
key_name=None):
icon_info = self.icon_theme.lookup_icon(icon_name, -1, 0)
size = icon_info.get_base_size()
filename = icon_info.get_filename()
# Now that we have a filename, call load_static_from_filename()