# HG changeset patch # User Matti Hamalainen # Date 1536142344 -10800 # Node ID 62016fa40651644c2d0d7b99306ed2cfa5f64f09 # Parent 0e8011589d76984bdd2d120eaca7b114bf60e862 Remove icons.bin 'export', as it can be done via normal export. diff -r 0e8011589d76 -r 62016fa40651 events.pde --- 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;