aboutsummaryrefslogtreecommitdiff
path: root/src/inotify_update.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inotify_update.h')
-rw-r--r--src/inotify_update.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/inotify_update.h b/src/inotify_update.h
index ca75c0f4..9bf6e4df 100644
--- a/src/inotify_update.h
+++ b/src/inotify_update.h
@@ -22,26 +22,10 @@
#include "check.h"
-#ifdef HAVE_INOTIFY_INIT
-
void
mpd_inotify_init(unsigned max_depth);
void
mpd_inotify_finish(void);
-#else /* !HAVE_INOTIFY_INIT */
-
-static inline void
-mpd_inotify_init(G_GNUC_UNUSED unsigned max_depth)
-{
-}
-
-static inline void
-mpd_inotify_finish(void)
-{
-}
-
-#endif /* !HAVE_INOTIFY_INIT */
-
#endif