netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=fc3543634184efcf18b263faaae45e27ad24b884

commit fc3543634184efcf18b263faaae45e27ad24b884
Author: Alastair Poole <nets...@gmail.com>
Date:   Wed Jan 27 10:27:08 2021 +0000

    images: Remove some things that "happened".
---
 data/images/bolt.png    | Bin 475833 -> 0 bytes
 data/images/border.png  | Bin 4030 -> 0 bytes
 data/images/clo.png     | Bin 2139244 -> 0 bytes
 data/images/meson.build |  11 ++++-------
 data/images/network.png | Bin 11476 -> 0 bytes
 data/images/window.png  | Bin 7545 -> 0 bytes
 6 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/data/images/bolt.png b/data/images/bolt.png
deleted file mode 100644
index f6aff1c..0000000
Binary files a/data/images/bolt.png and /dev/null differ
diff --git a/data/images/border.png b/data/images/border.png
deleted file mode 100644
index 4d02dbb..0000000
Binary files a/data/images/border.png and /dev/null differ
diff --git a/data/images/clo.png b/data/images/clo.png
deleted file mode 100644
index ee0fc63..0000000
Binary files a/data/images/clo.png and /dev/null differ
diff --git a/data/images/meson.build b/data/images/meson.build
index dfab235..5f49d09 100644
--- a/data/images/meson.build
+++ b/data/images/meson.build
@@ -1,6 +1,5 @@
 install_data('go-up.png', 'go-down.png',
-             'battery.png', 'network.png',
-             'window.png', 'start.png', 'stop.png',
+             'battery.png', 'start.png', 'stop.png',
              'kill.png', 'cancel.png',
              'increase.png', 'decrease.png',
              'sensor.png', 'mount.png', 'ladyhand.png',
@@ -8,9 +7,7 @@ install_data('go-up.png', 'go-down.png',
              'memory.png', 'storage.png', 'misc.png',
              'sky_01.jpg', 'sky_02.jpg', 'sky_03.jpg',
              'sky_04.jpg', 'effects.png', 'info.png',
-             'clo.png', 'bolt.png', 'menu.png',
-             'lovethisdogharvey.png', 'application.png',
-             'e.png', 'border.png', 'freebsd.png', 'linux.png',
-             'on.png', 'off.png', 'proc.png', 'manual.png',
-             'actions.png', 'threads.png',
+             'menu.png','lovethisdogharvey.png', 'application.png',
+             'e.png', 'freebsd.png', 'linux.png', 'on.png', 'off.png',
+             'proc.png', 'manual.png', 'actions.png', 'threads.png',
              install_dir: join_paths(dir_data, 'evisum/images'))
diff --git a/data/images/network.png b/data/images/network.png
deleted file mode 100644
index 31b6716..0000000
Binary files a/data/images/network.png and /dev/null differ
diff --git a/data/images/window.png b/data/images/window.png
deleted file mode 100644
index aaf92fd..0000000
Binary files a/data/images/window.png and /dev/null differ

-- 


Reply via email to