mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user