[pitivi] Remove screencast manager dead code



commit 9a921a0c9ae2540613a28f04e3fa33a5834c7294
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Fri Jun 3 03:44:15 2011 -0400

    Remove screencast manager dead code

 data/ui/Makefile.am                   |    1 -
 data/ui/mainwindow.xml                |    1 -
 data/ui/screencast_manager.ui         |  343 ---------------------------------
 pitivi/ui/Makefile.am                 |    1 -
 pitivi/ui/mainwindow.py               |    8 -
 pitivi/ui/screencast_managerdialog.py |   97 ---------
 po/POTFILES.in                        |    1 -
 7 files changed, 0 insertions(+), 452 deletions(-)
---
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am
index 910a5f6..3a9aa2c 100644
--- a/data/ui/Makefile.am
+++ b/data/ui/Makefile.am
@@ -7,7 +7,6 @@ ui_DATA = \
 	mainwindow.xml		 \
 	projectsettings.ui	 \
 	pluginmanagerdialog.ui	 \
-	screencast_manager.ui	 \
 	startupwizard.ui
 
 EXTRA_DIST = \
diff --git a/data/ui/mainwindow.xml b/data/ui/mainwindow.xml
index 4cdca8e..7e2cc34 100644
--- a/data/ui/mainwindow.xml
+++ b/data/ui/mainwindow.xml
@@ -26,7 +26,6 @@
     <menu action="Library">
       <menuitem action="RenderProject" />
       <separator />
-      <menuitem action="Screencast" />
       <placeholder name="SourceList" />
       <separator />
       <placeholder name="Timeline" />
diff --git a/pitivi/ui/Makefile.am b/pitivi/ui/Makefile.am
index 93fdf3f..82127a3 100644
--- a/pitivi/ui/Makefile.am
+++ b/pitivi/ui/Makefile.am
@@ -27,7 +27,6 @@ ui_PYTHON =			\
 	basetabs.py		\
 	propertyeditor.py	\
 	ruler.py		\
-	screencast_managerdialog.py \
 	sourcelist.py		\
 	startupwizard.py 	\
 	timelinecanvas.py	\
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 57499d6..97b9251 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -279,9 +279,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
              None, _("Manage plugins"), self._pluginManagerCb),
             ("Preferences", gtk.STOCK_PREFERENCES, _("_Preferences"),
               None, None, self._prefsCb),
-            ("Screencast", gtk.STOCK_ADD ,
-             _("_Make screencast..."),
-             None, _("Capture the desktop"), self._Screencast),
             ("Quit", gtk.STOCK_QUIT, None, None, None, self._quitCb),
             ("About", gtk.STOCK_ABOUT, None, None,
              _("Information about %s") % APPNAME, self._aboutCb),
@@ -698,11 +695,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
         from pluginmanagerdialog import PluginManagerDialog
         PluginManagerDialog(self.app.plugin_manager)
 
-    # screencast callback
-    def _Screencast(self,unused_action):
-        from screencast_managerdialog import ScreencastManagerDialog
-        ScreencastManagerDialog(self.app)
-
     def _hideChildWindow(self, window, event):
         window.hide()
         return True
diff --git a/po/POTFILES.in b/po/POTFILES.in
index bbeddf6..6c7196f 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -8,7 +8,6 @@ data/ui/encodingprogress.ui
 data/ui/filelisterrordialog.ui
 data/ui/pluginmanagerdialog.ui
 data/ui/projectsettings.ui
-data/ui/screencast_manager.ui
 data/ui/startupwizard.ui
 pitivi/application.py
 pitivi/check.py



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]