diff options
author | Max Kellermann <max@duempel.org> | 2009-11-02 17:22:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-02 17:22:41 +0100 |
commit | e814f8d5bd0f701710fd44cf3743f00226ad67f0 (patch) | |
tree | 6a15964b0a0186f455ba237f6394342fae8d95af /src/update_internal.h | |
parent | 64a481d8732cc45b01b70d18cf95e1374b7dcba7 (diff) | |
download | mpd-e814f8d5bd0f701710fd44cf3743f00226ad67f0.tar.gz mpd-e814f8d5bd0f701710fd44cf3743f00226ad67f0.tar.xz mpd-e814f8d5bd0f701710fd44cf3743f00226ad67f0.zip |
update: removed unused variable "update_notify"
That variable has been superseded by "remove_notify" (defined in
update_remove.c).
Diffstat (limited to 'src/update_internal.h')
-rw-r--r-- | src/update_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/update_internal.h b/src/update_internal.h index 14701feb5..0655c727d 100644 --- a/src/update_internal.h +++ b/src/update_internal.h @@ -29,9 +29,6 @@ struct stat; struct song; struct directory; -/** used by the main thread to notify the update thread */ -extern struct notify update_notify; - unsigned update_queue_push(const char *path, bool discard, unsigned base); |