commit ed8ccc4c208f23ed3b49a3d6eb7675f68792454b parent a3dd5dda7b0815165822611d755b39008e1d531c Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 22 Jul 2008 08:57:24 +0000 just causing trouble and does not seem to be needeD Diffstat:
| M | src/plugins/thumbnailextractorqt.cc | | | 21 | --------------------- |
1 file changed, 0 insertions(+), 21 deletions(-)
diff --git a/src/plugins/thumbnailextractorqt.cc b/src/plugins/thumbnailextractorqt.cc @@ -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) {