From 9fcdce14cdf1f2c164595efb604a5e1c1419eded Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 26 Jan 2009 20:23:16 +0000 Subject: [PATCH] Fix warning from kxmlguiwindow saying that this line is useless; it is indeed. Confirmed by Robert Knight. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=917080 --- src/MainWindow.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index fdb071ab9..6fa3bdb0a 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -64,9 +64,6 @@ MainWindow::MainWindow() _menuBarVisibilitySet(false) { // create actions for menus - // the directory ('konsole') is included in the path here so that the XML - // file can be found when this code is being used in the Konsole part. - setXMLFile("konsole/konsoleui.rc"); setupActions(); // create view manager