[gedit-latex] Remove dead get_scope
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Remove dead get_scope
- Date: Thu, 1 Sep 2011 01:19:10 +0000 (UTC)
commit 8ecee33a75242828d587707d8a2e33f70645359e
Author: John Stowers <john stowers gmail com>
Date: Thu Sep 1 13:18:05 2011 +1200
Remove dead get_scope
latex/outline.py | 3 ---
latex/views.py | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/latex/outline.py b/latex/outline.py
index 360b0a4..fb224d1 100644
--- a/latex/outline.py
+++ b/latex/outline.py
@@ -111,9 +111,6 @@ class BaseOutlineView(PanelView):
def get_icon(self):
return Gtk.Image.new_from_file(Resources().get_icon("outline.png"))
- def get_scope(self):
- return self.SCOPE_EDITOR
-
def _on_follow_toggled(self, toggle_button):
value = toggle_button.get_active()
self._preferences.set("outline-connect-to-editor", value)
diff --git a/latex/views.py b/latex/views.py
index 89ad197..07e0a56 100644
--- a/latex/views.py
+++ b/latex/views.py
@@ -135,9 +135,6 @@ class IssueView(PanelView):
def get_icon(self):
return Gtk.Image.new_from_stock(Gtk.STOCK_DIALOG_INFO, Gtk.IconSize.MENU)
- def get_scope(self):
- return self.SCOPE_EDITOR
-
def _on_row_activated(self, view, path, column):
"""
A row has been double-clicked on
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]