summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 9b2960a644..8acd5577fb 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -58,8 +58,6 @@ public:
double elapsed_time; // total amount of elapsed time in the game
// This is NOT a fraction; double is merely used as a portable long long here
- unsigned char synch_time; // amount to wait before calling handle_time()
-
int disease;
char max_level;