From 6b94942c5651383925896ea4469e49e6c77bd69a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Sep 2008 10:05:48 +0200 Subject: screen: moved input_timestamp to screen_play.c Since the input_timestamp is only used by screen_play, move it there. --- src/screen.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index 6f98d1e4d..0165abb21 100644 --- a/src/screen.h +++ b/src/screen.h @@ -28,7 +28,6 @@ typedef struct screen { /* GTime is equivalent to time_t */ GTime start_timestamp; GTime status_timestamp; - GTime input_timestamp; GTime last_cmd; int cols, rows; -- cgit v1.2.3