From bcf37a06a5936e9a3a2d56e353d47f12f8c08d37 Mon Sep 17 00:00:00 2001 From: Marco Gittler Date: Tue, 31 May 2011 08:29:45 +0000 Subject: [PATCH] delete mainwindow not needed anymore an OSX svn path=/trunk/kdenlive/; revision=5623 --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) 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; } -- 2.39.2