Skip to content

Commit

Permalink
Remove menu.xml and its remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Apr 14, 2022
1 parent d77970a commit af90669
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 33 deletions.
29 changes: 0 additions & 29 deletions data/menu.xml

This file was deleted.

1 change: 0 additions & 1 deletion qml/SettingsMenu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import QtQuick 2.0
import Sailfish.Silica 1.0
import QtQuick.XmlListModel 2.0

Page {
id: settingsPage
Expand Down
1 change: 0 additions & 1 deletion resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<file>data/french_extra.layout</file>
<file>data/german.layout</file>
<file>data/german_extra.layout</file>
<file>data/menu.xml</file>
<file>data/qwertz.layout</file>
<file>data/qwertz_extra.layout</file>
<file>data/russian.layout</file>
Expand Down
1 change: 0 additions & 1 deletion rpm/toeterm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ PkgConfigBR:
- nemonotifications-qt5
Requires:
- qt5-qtdeclarative-import-window2
- qt5-qtdeclarative-import-xmllistmodel
- sailfishsilica-qt5 >= 0.10.9
Files:
- '%{_bindir}/%{name}'
Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ int main(int argc, char *argv[])
QString startupErrorMsg;

// Copy the default config files to the config dir, if they don't already exist.
copyFileFromResources(":/data/menu.xml", util.configPath()+"/menu.xml");
copyFileFromResources(":/data/Default.colors", util.configPath()+"/Default.colors");
copyFileFromResources(":/data/Solarized_Dark.colors", util.configPath()+"/Solarized_Dark.colors");
copyFileFromResources(":/data/Solarized_Dark_Alternative.colors", util.configPath()+"/Solarized_Dark_Alternative.colors");
Expand Down

0 comments on commit af90669

Please sign in to comment.