remove C64_FLI_enforcer() for good

This commit is contained in:
Thomas Bernard
2018-12-11 12:31:07 +01:00
parent 66aa397b11
commit cdcb4e93da
5 changed files with 2 additions and 103 deletions

View File

@@ -1343,12 +1343,6 @@ void Main_handler(void)
Layer_activate((key_index-SPECIAL_LAYER1_TOGGLE)/2, RIGHT_SIDE);
action++;
break;
#if 0
case SPECIAL_FORMAT_CHECKER:
C64_FLI_enforcer();
action++;
break;
#endif
case SPECIAL_REPEAT_SCRIPT:
#ifdef __ENABLE_LUA__