Remove old comment

This commit is contained in:
Chris Jones 2006-11-16 11:31:49 -08:00
parent 37b39c2e29
commit e632f6e3f5
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ class TerminatorTerm:
self._vte.set_scroll_on_keystroke (self.gconf_client.get_bool (self.GCONF_PROFILE_DIR + "/scroll_on_keystroke") or self.defaults['scroll_on_keystroke'])
self._vte.set_scroll_on_output (self.gconf_client.get_bool (self.GCONF_PROFILE_DIR + "/scroll_on_output") or self.defaults['scroll_on_output'])
# FIXME: Pull in the colors, cursor, bell, scrollback, bold, scroll, etc settings
def on_gconf_notification (self, client, cnxn_id, entry, what):
self.reconfigure_vte ()