summaryrefslogtreecommitdiffstats
path: root/g-ed-it/docBar.py
diff options
context:
space:
mode:
Diffstat (limited to 'g-ed-it/docBar.py')
-rw-r--r--g-ed-it/docBar.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/g-ed-it/docBar.py b/g-ed-it/docBar.py
index dcd40c3..29d2027 100644
--- a/g-ed-it/docBar.py
+++ b/g-ed-it/docBar.py
@@ -93,11 +93,6 @@ class DocBar (object):
self.currentTab.show_all()
self.update_docBar_ui()
- def get_and_clear_commitText(self):
- text = self.commit_text.get_text()
- self.commit_text.set_text("")
- return text
-
def deactivate(self):
if self.currentTab:
self.currentTab.remove(self.docBar)