diff options
author | Max Kellermann <max@duempel.org> | 2008-09-22 10:05:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-22 10:05:48 +0200 |
commit | 6b94942c5651383925896ea4469e49e6c77bd69a (patch) | |
tree | e32234765c4c3f253d33dee632a3db32322d27f9 /src/screen.h | |
parent | e6d6231b4de336f60bc5b07331e2f1f01096c66c (diff) | |
download | mpd-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.h | 1 |
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; |