diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 06:35:25 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 06:35:25 -0800 |
commit | 93f9bcd0411770c52cc1e0d356b5da03729c253e (patch) | |
tree | dbe7e3ca8b95040b9426e32dac1f2f9d4708383c /qt-mobile/qml/main.qml | |
parent | 6ac4fe7b184a7ff2d3442b2d86ac7dfa56afee02 (diff) | |
download | subsurface-93f9bcd0411770c52cc1e0d356b5da03729c253e.tar.gz |
QML UI: remove incorrect statement
Not sure what this was even supposed to do...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r-- | qt-mobile/qml/main.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 314bba900..19655e7e5 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -25,7 +25,6 @@ MobileComponents.ApplicationWindow { notification.hideNotification(); } } - sharedNotificationComponent.show } FontMetrics { |