[pitivi] Remove the netcapture dead code



commit 1cd38b4e56e959479c1839cf40fe20daf9673b91
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Fri Jun 3 03:38:50 2011 -0400

    Remove the netcapture dead code

 data/ui/Makefile.am                  |    1 -
 data/ui/mainwindow.xml               |    1 -
 data/ui/net_capture.ui               | 1073 ----------------------------------
 pitivi/ui/Makefile.am                |    1 -
 pitivi/ui/mainwindow.py              |    8 -
 pitivi/ui/netstream_managerdialog.py |  180 ------
 po/POTFILES.in                       |    1 -
 7 files changed, 0 insertions(+), 1265 deletions(-)
---
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am
index 2a2dd4a..910a5f6 100644
--- a/data/ui/Makefile.am
+++ b/data/ui/Makefile.am
@@ -5,7 +5,6 @@ ui_DATA = \
 	encodingprogress.ui	 \
 	filelisterrordialog.ui	 \
 	mainwindow.xml		 \
-	net_capture.ui		 \
 	projectsettings.ui	 \
 	pluginmanagerdialog.ui	 \
 	screencast_manager.ui	 \
diff --git a/data/ui/mainwindow.xml b/data/ui/mainwindow.xml
index 81c72fb..4cdca8e 100644
--- a/data/ui/mainwindow.xml
+++ b/data/ui/mainwindow.xml
@@ -26,7 +26,6 @@
     <menu action="Library">
       <menuitem action="RenderProject" />
       <separator />
-      <menuitem action="NetstreamCapture" />
       <menuitem action="Screencast" />
       <placeholder name="SourceList" />
       <separator />
diff --git a/pitivi/ui/Makefile.am b/pitivi/ui/Makefile.am
index 1563c3e..93fdf3f 100644
--- a/pitivi/ui/Makefile.am
+++ b/pitivi/ui/Makefile.am
@@ -15,7 +15,6 @@ ui_PYTHON =			\
 	glade.py		\
 	gstwidget.py		\
 	mainwindow.py		\
-	netstream_managerdialog.py \
 	pathwalker.py		\
 	pluginmanagerdialog.py	\
 	point.py		\
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 892e7e9..57499d6 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -282,9 +282,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
             ("Screencast", gtk.STOCK_ADD ,
              _("_Make screencast..."),
              None, _("Capture the desktop"), self._Screencast),
-            ("NetstreamCapture", gtk.STOCK_ADD ,
-             _("_Capture Network Stream..."),
-             None, _("Capture Network Stream"), self._ImportNetstream),
             ("Quit", gtk.STOCK_QUIT, None, None, None, self._quitCb),
             ("About", gtk.STOCK_ABOUT, None, None,
              _("Information about %s") % APPNAME, self._aboutCb),
@@ -701,11 +698,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
         from pluginmanagerdialog import PluginManagerDialog
         PluginManagerDialog(self.app.plugin_manager)
 
-    # Capture network stream callback
-    def _ImportNetstream(self,unused_action):
-        from netstream_managerdialog import NetstreamManagerDialog
-        NetstreamManagerDialog()
-
     # screencast callback
     def _Screencast(self,unused_action):
         from screencast_managerdialog import ScreencastManagerDialog
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 13781a1..bbeddf6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,7 +6,6 @@ data/ui/elementsettingsdialog.ui
 data/ui/encodingdialog.ui
 data/ui/encodingprogress.ui
 data/ui/filelisterrordialog.ui
-data/ui/net_capture.ui
 data/ui/pluginmanagerdialog.ui
 data/ui/projectsettings.ui
 data/ui/screencast_manager.ui



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