aboutsummaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-28 23:05:31 -0700
committerChristian Cunningham <cc@localhost>2022-02-28 23:05:31 -0700
commit2088e98a9def43b169038d51aa4f808e8dbe5365 (patch)
tree8bd7dfdfc6e4fcc838ccc5452b747d2b7455ffe9 /src/globals.c
parent9169796632fcdeb5e8e74ed60c6cbe31081e51f2 (diff)
Remove old drawer routines
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/globals.c b/src/globals.c
index c596309..e94580c 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -1,7 +1,6 @@
#define GLOBALS_C
#include <lib/kmem.h>
#include <util/mutex.h>
-#include <graphics/drawer.h>
#include <sys/schedule.h>
char* os_name = "Jobbed";
#ifndef VERSION
@@ -16,7 +15,6 @@ __attribute__((section(".bss"))) unsigned long nextpid;
__attribute__((section(".bss"))) unsigned long sched_stack_count;
__attribute__((section(".bss"))) unsigned long stimel;
__attribute__((section(".bss"))) unsigned long stimeh;
-__attribute__((section(".bss"))) struct Drawer g_Drawer;
__attribute__((section(".bss"))) struct Scheduler scheduler;
__attribute__((section(".bss"))) struct Thread usrloopthread;
__attribute__((section(".bss"))) unsigned int gwidth;