mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-14 11:54:43 +00:00
Remove extern references for variables already present in lspglob.h, and subsequent extraneous includes for their types
This commit is contained in:
@@ -49,8 +49,6 @@ void Mouse_hndlr(void); /* Fields mouse events from driver */
|
||||
#include "display.h"
|
||||
#include "lsptypes.h"
|
||||
|
||||
#include "ifpage.h"
|
||||
|
||||
#include "bb.h"
|
||||
#include "bitblt.h"
|
||||
#include "pilotbbt.h"
|
||||
@@ -307,7 +305,6 @@ void process_io_events(void)
|
||||
|
||||
void kb_trans(u_short keycode, u_short upflg)
|
||||
{
|
||||
extern IFPAGE *InterfacePage;
|
||||
if (keycode < 64) /* DLKBDAD0 ~ 3 */
|
||||
{
|
||||
PUTBASEBIT68K(EmKbdAd068K, keycode, upflg);
|
||||
|
||||
Reference in New Issue
Block a user