From 9da0241b9c1bf751605ba11fa6d4c75e34fe5f2b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 16 Oct 2005 01:04:07 +0000 Subject: * fix compat-howl to work with nautilus * make similar changes to compat-libdns_sd * implement sw_salt_lock()/sw_salt_unlock() in compt-howl * simple-watch: allows immediate rerunning of avahi_simple_poll_run() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@787 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-compat-howl/unsupported.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'avahi-compat-howl/unsupported.c') diff --git a/avahi-compat-howl/unsupported.c b/avahi-compat-howl/unsupported.c index fd1039d..09baf13 100644 --- a/avahi-compat-howl/unsupported.c +++ b/avahi-compat-howl/unsupported.c @@ -190,17 +190,6 @@ sw_result sw_salt_unregister_signal( return SW_E_NO_IMPL; } -sw_result sw_salt_lock(sw_salt self) { - AVAHI_WARN_UNSUPPORTED; - return SW_E_NO_IMPL; -} - -sw_result sw_salt_unlock(sw_salt self) { - AVAHI_WARN_UNSUPPORTED; - return SW_E_NO_IMPL; -} - - void sw_print_assert( int code, sw_const_string assert_string, -- cgit