[pitivi/ges: 251/287] Remove the unused "loop" method and associated menu entry
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges: 251/287] Remove the unused "loop" method and associated menu entry
- Date: Thu, 15 Mar 2012 16:46:56 +0000 (UTC)
commit 45e0ac52608219faea83153c374548e2a714b0e4
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Thu Feb 9 16:25:36 2012 -0500
Remove the unused "loop" method and associated menu entry
data/ui/mainwindow.xml | 1 -
pitivi/mainwindow.py | 6 ------
pitivi/timeline/timeline.py | 1 -
3 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/data/ui/mainwindow.xml b/data/ui/mainwindow.xml
index 7e9b015..1b1614d 100644
--- a/data/ui/mainwindow.xml
+++ b/data/ui/mainwindow.xml
@@ -59,5 +59,4 @@
</toolbar>
<accelerator action="FullScreenAlternate" />
<accelerator action="RenderProject" />
- <accelerator action="Loop" />
</ui>
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index 0bead75..a9a98ad 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -245,9 +245,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
# In some cases we manually specify the translatable label,
# because we want to have the "..." at the end, indicating
# an action that requires "further interaction" from the user.
- ("Loop", gtk.STOCK_REFRESH, _("Loop"),
- None, _("Loop over selected area"), self.loop),
-
("NewProject", gtk.STOCK_NEW, None,
None, _("Create a new project"), self._newProjectMenuCb),
@@ -682,9 +679,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
self.prefsdialog.dialog.set_transient_for(self)
self.prefsdialog.run()
- def loop(self, unused_action):
- pass
-
def _projectManagerNewProjectLoadedCb(self, projectManager, project):
"""
Once a new project has been loaded, wait for media library's
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index 6e48389..a16438b 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -127,7 +127,6 @@ ui = '''
<menuitem action="Nextframe" />
<separator />
<menuitem action="PlayPause" />
- <menuitem action="Loop" />
<menuitem action="Screenshot" />
</placeholder>
</menu>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]