From e2208a484ed0fc5d060a265070df76325465c598 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 20 Jul 2010 15:55:59 +0000 Subject: [PATCH] Forgot to remove outdated code --- src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 860b2d2e4..e561c69dc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -335,10 +335,7 @@ int main(int argc, char *argv[]){ delete loader; #endif qDebug("Deleting app..."); -#ifndef Q_WS_WIN - // XXX: Why does it crash on Windows in QWindowsVistaStyle destructor!? delete app; -#endif qDebug("App was deleted! All good."); return ret; }