[vlmc-devel] commit: MainWindow: Remove references to old transcode ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Sat Jul 3 17:39:16 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sat Jul  3 17:34:53 2010 +0200| [4a480c3c0b20cce78d948ffc9aa082e3558b9798] | committer: Hugo Beauzée-Luyssen 

MainWindow: Remove references to old transcode

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=4a480c3c0b20cce78d948ffc9aa082e3558b9798
---

 src/Gui/MainWindow.cpp |    8 --------
 src/Gui/MainWindow.h   |    1 -
 2 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index 950f70a..5e5691a 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -530,14 +530,6 @@ MainWindow::on_actionAbout_triggered()
     About::getInstance()->exec();
 }
 
-void
-MainWindow::on_actionTranscode_triggered()
-{
-    QMessageBox::information( this, tr( "Sorry" ),
-                              tr( "This feature is currently disabled." ) );
-    //Transcode::instance( this )->exec();
-}
-
 bool
 MainWindow::checkVideoLength()
 {
diff --git a/src/Gui/MainWindow.h b/src/Gui/MainWindow.h
index b397d23..a31bde4 100644
--- a/src/Gui/MainWindow.h
+++ b/src/Gui/MainWindow.h
@@ -112,7 +112,6 @@ private slots:
     void                    on_actionQuit_triggered();
     void                    on_actionAbout_triggered();
     void                    on_actionPreferences_triggered();
-    void                    on_actionTranscode_triggered();
     void                    on_actionRender_triggered();
     void                    on_actionShare_On_Youtube_triggered();
     void                    on_actionNew_Project_triggered();



More information about the Vlmc-devel mailing list