mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 11:49:01 +00:00
Delete unused variables and unreachable statements. #1834
This commit is contained in:
@@ -222,7 +222,6 @@ class LegendWindow(gtk.Window):
|
||||
"""
|
||||
"""
|
||||
self.graphic_context = widget.window.cairo_create()
|
||||
w, h = widget.window.get_size()
|
||||
x, y = 45, 20
|
||||
draw_heading(self.graphic_context, x, y, _("Hosts"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user