Remove an outstanding VERIFY item. Gtk-3.0.gir function def says to ignore it (gtk2->gtk3)

This commit is contained in:
Stephen Boddy 2015-11-07 01:29:12 +01:00
parent d56f3b609f
commit 8f7b7f9a27
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ class Terminal(Gtk.VBox):
screen_h = Gdk.Screen.height()
widget_win = widget.get_window()
_something, widget_x, widget_y = widget_win.get_origin() # VERIFY FOR GTK3: what's the first return value?
_something, widget_x, widget_y = widget_win.get_origin()
_widget_w = widget_win.get_width()
widget_h = widget_win.get_height()