[pitivi] ui: remove unused _settingsButtonClickedCb in the encoding dialog



commit 2daf204d231aff91a4c922c89373f2b65063a83b
Author: Thibault Saunier <thibault saunier collabora co uk>
Date:   Wed May 18 11:47:50 2011 -0400

    ui: remove unused _settingsButtonClickedCb in the encoding dialog

 pitivi/ui/encodingdialog.py |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/pitivi/ui/encodingdialog.py b/pitivi/ui/encodingdialog.py
index ae78372..95b3812 100644
--- a/pitivi/ui/encodingdialog.py
+++ b/pitivi/ui/encodingdialog.py
@@ -295,15 +295,6 @@ class EncodingDialog(GladeWindow, Renderer, Loggable):
     def _stateChanged(self, pipeline, state):
         self.progress.setState(state)
 
-    def _settingsButtonClickedCb(self, unused_button):
-        dialog = ExportSettingsDialog(self.app, self.settings)
-        res = dialog.run()
-        dialog.hide()
-        if res == gtk.RESPONSE_ACCEPT:
-            self.settings = dialog.getSettings()
-            self._displaySettings()
-        dialog.destroy()
-
     def updatePosition(self, fraction, text):
         self.progress.updatePosition(fraction, text)
 



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