summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/variables.h b/src/variables.h
index c69d400fa..cd8c16e33 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -33,10 +33,6 @@ VARDEF uint _next_competitor_start;
/* Determines how often to run the tree loop */
VARDEF byte _trees_tick_ctr;
-/* Keep track of current game position */
-VARDEF int _saved_scrollpos_x;
-VARDEF int _saved_scrollpos_y;
-
/* NOSAVE: Used in palette animations only, not really important. */
VARDEF int _palette_animation_counter;