[vlc-commits] Qt: remove isAlive from DialogProvider

Jean-Baptiste Kempf git at videolan.org
Sun May 18 13:25:21 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 18 13:25:06 2014 +0200| [a83415ceccb0f9c8f88a2da7993779fcd42a746d] | committer: Jean-Baptiste Kempf

Qt: remove isAlive from DialogProvider

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a83415ceccb0f9c8f88a2da7993779fcd42a746d
---

 modules/gui/qt4/dialogs_provider.hpp |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/gui/qt4/dialogs_provider.hpp b/modules/gui/qt4/dialogs_provider.hpp
index 00bd37c..ecb9f7b 100644
--- a/modules/gui/qt4/dialogs_provider.hpp
+++ b/modules/gui/qt4/dialogs_provider.hpp
@@ -83,10 +83,6 @@ public:
         delete instance;
         instance = NULL;
     }
-    static bool isAlive()
-    {
-        return ( instance != NULL );
-    }
 
     QStringList showSimpleOpen( const QString& help = QString(),
                                 int filters = EXT_FILTER_MEDIA |



More information about the vlc-commits mailing list