From: Ira W. Snyder Date: Fri, 18 Jan 2008 22:23:22 +0000 (-0800) Subject: [Window] Remove extra variable X-Git-Url: https://www.irasnyder.com/gitweb/?a=commitdiff_plain;h=098a03c5b3273e6adce94deaeef4db837cd44d0f;p=tilda-gobject.git [Window] Remove extra variable TildaWindow's scrollbar_position variable was unused since the capability for adjusting scrollbar position was moved into TildaTerminal. This removes the variable, since it's no longer needed. --- diff --git a/tilda-window.h b/tilda-window.h index bc05800..8d1dffc 100644 --- a/tilda-window.h +++ b/tilda-window.h @@ -55,7 +55,6 @@ struct _TildaWindow { gint tab_position; gint animation_orientation; gint animation_delay; - gint scrollbar_position; gboolean keep_above; gboolean skip_taskbar_hint;