1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-06 08:24:44 +00:00

Remove extern references for variables already present in lspglob.h, and subsequent extraneous includes for their types

This commit is contained in:
Nick Briggs
2022-12-24 17:08:16 -08:00
parent 11efd15613
commit a6b8b65b5b
9 changed files with 1 additions and 21 deletions

View File

@@ -28,7 +28,6 @@
#include "miscstat.h"
extern int eurokbd;
extern IFPAGE *InterfacePage;
extern int KBDEventFlg;
extern DspInterface currentdsp;
extern MouseInterface currentmouse;