1
0
mirror of https://github.com/simh/simh.git synced 2026-02-11 02:31:35 +00:00

Cleanup of unneeded global extern declarations

This commit is contained in:
Mark Pizzolato
2014-10-10 08:18:15 -07:00
parent 0b1050853e
commit 3951ad2432
19 changed files with 2 additions and 27 deletions

View File

@@ -42,8 +42,6 @@ t_bool vid_mouse_b3 = FALSE;
#include <SDL.h>
#include <SDL_thread.h>
extern int32 sim_is_running;
#define EVENT_REDRAW 1 /* redraw event for SDL */
#define EVENT_CLOSE 2 /* close event for SDL */
#define MAX_EVENTS 20 /* max events in queue */