diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-23 09:04:55 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-23 09:05:20 -0400 |
commit | 780cead23ae26212d5564c874e73e63327a6ed5b (patch) | |
tree | d3f3401c8957c0aa506d772eea214fc001e6f87e | |
parent | 455559f5c50ac538e82505e27303b4d7f09578f3 (diff) | |
download | subsurface-780cead23ae26212d5564c874e73e63327a6ed5b.tar.gz |
Remove unused icons
When trying to trace down an unrelated issue with flag icons, I realized
that these two are no longer used. They were part of our Marble setup.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | icons/flag_dark.png | bin | 1479 -> 0 bytes | |||
-rw-r--r-- | icons/flag_light.png | bin | 2163 -> 0 bytes | |||
-rw-r--r-- | subsurface.qrc | 2 |
3 files changed, 0 insertions, 2 deletions
diff --git a/icons/flag_dark.png b/icons/flag_dark.png Binary files differdeleted file mode 100644 index 133546b67..000000000 --- a/icons/flag_dark.png +++ /dev/null diff --git a/icons/flag_light.png b/icons/flag_light.png Binary files differdeleted file mode 100644 index d898c44fa..000000000 --- a/icons/flag_light.png +++ /dev/null diff --git a/subsurface.qrc b/subsurface.qrc index 3831dd18b..6bfb7785d 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -35,8 +35,6 @@ <file alias="gaschangeTrimix">icons/Tmx_change.png</file> <file alias="gaschangeOxy">icons/Oxy_change.png</file> <file alias="flag">icons/flag.png</file> - <file alias="flagDark">icons/flag_dark.png</file> - <file alias="flagLight">icons/flag_light.png</file> <file alias="scale">icons/scale.png</file> <file alias="ruler">icons/ruler.png</file> <file alias="poster">icons/poster.png</file> |