diff options
author | jan Iversen <jani@libreoffice.org> | 2018-06-09 20:06:58 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-09 20:54:10 +0200 |
commit | f7e8f2124503d3952a9fc6838a4fb8f2e2e09878 (patch) | |
tree | 7a302470361ba00a93c793430a9c062d735b2641 /mobile-widgets/qml | |
parent | eaaf0fc431512375fc3f4a81155c637aae5ef527 (diff) | |
download | subsurface-f7e8f2124503d3952a9fc6838a4fb8f2e2e09878.tar.gz |
mobile: remove context icons
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/icons/context-menu.png | bin | 641 -> 0 bytes | |||
-rw-r--r-- | mobile-widgets/qml/icons/context-menu.svg | 1 | ||||
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/mobile-widgets/qml/icons/context-menu.png b/mobile-widgets/qml/icons/context-menu.png Binary files differdeleted file mode 100644 index df34cfd4f..000000000 --- a/mobile-widgets/qml/icons/context-menu.png +++ /dev/null diff --git a/mobile-widgets/qml/icons/context-menu.svg b/mobile-widgets/qml/icons/context-menu.svg deleted file mode 100644 index e0750c57e..000000000 --- a/mobile-widgets/qml/icons/context-menu.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M24 16c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 12c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/></svg>
\ No newline at end of file diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index 14ec320f1..681223810 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -24,7 +24,6 @@ <file>SsrfSwitch.qml</file> <!-- ********** pictures ********** --> - <file alias="context-menu.png">icons/context-menu.png</file> <file>icons/dive.jpg</file> <file alias="nocloud.svg">icons/nocloud.svg</file> <file alias="subsurface-mobile-icon.png">../../icons/subsurface-mobile-icon.png</file> |