changeset 223:62016fa40651

Remove icons.bin 'export', as it can be done via normal export.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2018 13:12:24 +0300
parents 0e8011589d76
children 33a5c7670e66
files events.pde
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/events.pde	Wed Sep 05 12:57:46 2018 +0300
+++ b/events.pde	Wed Sep 05 13:12:24 2018 +0300
@@ -911,19 +911,6 @@
     }
 
     if (g_machine == SPECTRUM) {
-        if (g_data[int('i')] == 1)
-        {
-            g_data[int('i')] = 0;
-            if (g_iconmode)
-            {
-                message("Icons|not loaded!");
-            }
-            else
-            {
-                message("Store|icons");
-                mpSaveNativeImage("icons.bin");
-            }
-        }
         if (g_data[int('I')] == 1)
         {
             g_data[int('I')] = 0;