aboutsummaryrefslogtreecommitdiff
path: root/src/inotify_update.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-22 11:31:06 +0200
committerAnton Khirnov <anton@khirnov.net>2013-11-04 11:02:10 +0100
commit6fd304e5e6c8b386d3671f4932a74124fd37192a (patch)
tree0110c5339a4fe42276017f1fd74373baa1e25f22 /src/inotify_update.h
parentd3018bfbb5f5712e6fe0f7ce534a362a0518d2c2 (diff)
Switch from autotools to a custom build system adapted from Libav.
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