Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
diff options
context:
space:
mode:
Diffstat (limited to 'browser.py')
-rw-r--r--browser.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/browser.py b/browser.py
index 733b12c..649a71e 100644
--- a/browser.py
+++ b/browser.py
@@ -357,12 +357,6 @@ class Browser(WebView):
interfaces.nsIMarkupDocumentViewer)
markupDocumentViewer.fullZoom -= _ZOOM_AMOUNT
- def get_history_index(self):
- return self.web_navigation.sessionHistory.index
-
- def set_history_index(self, index):
- self.web_navigation.gotoIndex(index)
-
class PopupDialog(gtk.Window):
def __init__(self):