]> git.sesse.net Git - kdenlive/commitdiff
delete mainwindow not needed anymore an OSX
authorMarco Gittler <marco@gitma.de>
Tue, 31 May 2011 08:29:45 +0000 (08:29 +0000)
committerMarco Gittler <marco@gitma.de>
Tue, 31 May 2011 08:29:45 +0000 (08:29 +0000)
svn path=/trunk/kdenlive/; revision=5623

src/main.cpp

index cf4b964d8b672501cc7c503d546f1533a42aec11..7bdaed01b8525a36669276dbc5112868d79f7c0c 100644 (file)
@@ -86,10 +86,6 @@ int main(int argc, char *argv[])
 
         args->clear();
     }
-
     int result = app.exec();
-#ifdef Q_WS_MAC
-    delete window;
-#endif
     return result;
 }