summaryrefslogtreecommitdiff
path: root/emu/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'emu/device.h')
-rw-r--r--emu/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/emu/device.h b/emu/device.h
index 81a1dd4..32285ca 100644
--- a/emu/device.h
+++ b/emu/device.h
@@ -21,9 +21,6 @@ typedef struct device_vtable_t {
typedef struct device_t {
device_vtable_t const *vtable;
char *name;
-#ifdef WITH_GUI
- SDL_Renderer *renderer;
-#endif
} device_t;
void device_init( device_t *device, const char *name );