devilhorns pushed a commit to branch master. http://git.enlightenment.org/apps/express.git/commit/?id=d970f637e40f4fb5a99805130877333866af506a
commit d970f637e40f4fb5a99805130877333866af506a Author: Christopher Michael <devilho...@comcast.net> Date: Wed Jan 27 12:10:02 2021 -0500 express: Remove unused images from edc --- data/themes/default.edc | 10 +--------- data/themes/images/Makefile.am | 4 ---- data/themes/images/bg_led.png | Bin 1010 -> 0 bytes data/themes/images/bg_led_base.png | Bin 529 -> 0 bytes data/themes/images/bg_led_glow.png | Bin 15959 -> 0 bytes data/themes/images/bg_led_strobe.png | Bin 1277 -> 0 bytes 6 files changed, 1 insertion(+), 13 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 6c03043..304c52b 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -652,10 +652,6 @@ collections image: "bg_bevel.png" COMP; image: "bg_glint.png" COMP; image: "bg_glow_in.png" COMP; - image: "bg_led_glow.png" COMP; - image: "bg_led_base.png" COMP; - image: "bg_led.png" COMP; - image: "bg_led_strobe.png" COMP; image: "pm_shadow.png" COMP; image: "pm_overlay.png" COMP; image: "pm_fill.png" COMP; @@ -1332,7 +1328,7 @@ collections description { state: "default" 0.0; - image.normal: "bg_shine.png"; + image.normal: "bg_shine"; fill.smooth: 0; align: 0.5 0.0; aspect: (256 / 120) (256 / 120); @@ -3239,10 +3235,6 @@ collections image: "bg_bevel.png" COMP; image: "bg_shine.png" COMP; image: "bg_glint.png" COMP; - image: "bg_led_glow.png" COMP; - image: "bg_led_base.png" COMP; - image: "bg_led.png" COMP; - image: "bg_led_strobe.png" COMP; image: "pm_shadow.png" COMP; image: "cr_glow.png" COMP; } diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index 1b6745b..e8545fe 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -4,10 +4,6 @@ bg_bevel.png \ bg_shine.png \ bg_glint.png \ bg_glow_in.png \ -bg_led.png \ -bg_led_base.png \ -bg_led_glow.png \ -bg_led_strobe.png \ bg_shadow.png \ bg_shadow2.png \ bg_shadow3.png \ diff --git a/data/themes/images/bg_led.png b/data/themes/images/bg_led.png deleted file mode 100644 index 1d99430..0000000 Binary files a/data/themes/images/bg_led.png and /dev/null differ diff --git a/data/themes/images/bg_led_base.png b/data/themes/images/bg_led_base.png deleted file mode 100644 index 75fe30d..0000000 Binary files a/data/themes/images/bg_led_base.png and /dev/null differ diff --git a/data/themes/images/bg_led_glow.png b/data/themes/images/bg_led_glow.png deleted file mode 100644 index 7b52620..0000000 Binary files a/data/themes/images/bg_led_glow.png and /dev/null differ diff --git a/data/themes/images/bg_led_strobe.png b/data/themes/images/bg_led_strobe.png deleted file mode 100644 index a6ae8ed..0000000 Binary files a/data/themes/images/bg_led_strobe.png and /dev/null differ --