images: remove one...

As nice as this one is...it doesn't work right...

Sorry to eat up your disk space w/git history
This commit is contained in:
Alastair Poole 2020-09-02 22:58:26 +01:00
parent 902689e2b2
commit 524e409b52
3 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ install_data('go-up.png', 'go-down.png',
'find.png', 'bug.png', 'exit.png', 'cpu.png',
'memory.png', 'storage.png', 'misc.png',
'sky_01.jpg', 'sky_02.jpg', 'sky_03.jpg',
'sky_04.jpg', 'sky_05.jpg', 'effects.png',
'sky_04.jpg', 'effects.png',
'clo.png', 'bolt.png', 'menu.png',
install_dir: join_paths(dir_data, 'evisum/images'))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 KiB

View File

@ -382,7 +382,7 @@ evisum_ui_background_random_add(Evas_Object *win, Eina_Bool enabled)
{
Evas_Object *bg;
int i;
char *images[] = { "sky_01", "sky_02", "sky_03", "sky_04", "sky_05" };
char *images[] = { "sky_01", "sky_02", "sky_03", "sky_04" };
if (!enabled) return NULL;