From: Marco Gittler Date: Tue, 31 May 2011 08:29:45 +0000 (+0000) Subject: delete mainwindow not needed anymore an OSX X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bcf37a06a5936e9a3a2d56e353d47f12f8c08d37;p=kdenlive delete mainwindow not needed anymore an OSX svn path=/trunk/kdenlive/; revision=5623 --- diff --git a/src/main.cpp b/src/main.cpp index cf4b964d..7bdaed01 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; }