1
0
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:
dmiller
2019-12-30 06:46:33 +00:00
parent 65450a0654
commit 02212559d2
6 changed files with 0 additions and 13 deletions

View File

@@ -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"))