aboutsummaryrefslogtreecommitdiff
path: root/sources/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/globals.c')
-rw-r--r--sources/globals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/globals.c b/sources/globals.c
index 02f9181..0833d28 100644
--- a/sources/globals.c
+++ b/sources/globals.c
@@ -11,7 +11,6 @@ size_t ___tzr_resources_size = 0;
SDL_Window *___tzr_window = NULL;
SDL_Renderer *___tzr_renderer = NULL;
SDL_Texture *___tzr_target = NULL;
-SDL_Texture *___tzr_target_light = NULL;
unsigned long ___tzr_tick = 0;
unsigned long ___tzr_next_time = 0;
unsigned long ___tzr_min_dt = 0;