From e814f8d5bd0f701710fd44cf3743f00226ad67f0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Nov 2009 17:22:41 +0100 Subject: update: removed unused variable "update_notify" That variable has been superseded by "remove_notify" (defined in update_remove.c). --- src/update_internal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/update_internal.h') 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); -- cgit v1.2.3