aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-22 10:05:48 +0200
committerMax Kellermann <max@duempel.org>2008-09-22 10:05:48 +0200
commit6b94942c5651383925896ea4469e49e6c77bd69a (patch)
treee32234765c4c3f253d33dee632a3db32322d27f9 /src/screen.h
parente6d6231b4de336f60bc5b07331e2f1f01096c66c (diff)
downloadmpd-6b94942c5651383925896ea4469e49e6c77bd69a.tar.gz
mpd-6b94942c5651383925896ea4469e49e6c77bd69a.tar.xz
mpd-6b94942c5651383925896ea4469e49e6c77bd69a.zip
screen: moved input_timestamp to screen_play.c
Since the input_timestamp is only used by screen_play, move it there.
Diffstat (limited to '')
-rw-r--r--src/screen.h1
1 files changed, 0 insertions, 1 deletions
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;