gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7508 - Extractor/src/plugins


From: gnunet
Subject: [GNUnet-SVN] r7508 - Extractor/src/plugins
Date: Tue, 22 Jul 2008 02:57:24 -0600 (MDT)

Author: grothoff
Date: 2008-07-22 02:57:24 -0600 (Tue, 22 Jul 2008)
New Revision: 7508

Modified:
   Extractor/src/plugins/thumbnailextractorqt.cc
Log:
just causing trouble and does not seem to be needeD

Modified: Extractor/src/plugins/thumbnailextractorqt.cc
===================================================================
--- Extractor/src/plugins/thumbnailextractorqt.cc       2008-07-22 08:56:49 UTC 
(rev 7507)
+++ Extractor/src/plugins/thumbnailextractorqt.cc       2008-07-22 08:57:24 UTC 
(rev 7508)
@@ -42,27 +42,6 @@
 extern "C"
 {
 
-
-#if 0
-QApplication *app;
-char *argv;
-
-void __attribute__ ((constructor)) thumnailextractorqt_init()
-{
-  int argc = 0;
-
-  argv = strdup("");
-  app = qApp ? NULL : new QApplication(argc, &argv);
-}
-
-void __attribute__ ((destructor)) thumnailextractorqt_done()
-{
-  if (qApp == app)
-    delete app;
-  free(argv);
-}
-#endif
-
 static EXTRACTOR_KeywordList * addKeyword(EXTRACTOR_KeywordType type,
                                          char * keyword,
                                          EXTRACTOR_KeywordList * next) {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]