chiark / gitweb /
Prep v230: Add utmp support to make wall message to work properly.
[elogind.git] / src / libelogind / sd-bus / bus-convenience.c
index 6fe65479a79a6376ce47631ea4470e65267adf5d..9fdfdf44795ae4cba4ea55348ea0b2a950be6877 100644 (file)
@@ -327,7 +327,6 @@ fail:
         return sd_bus_error_set_errno(error, r);
 }
 
-#if 0 /// UNNEEDED by elogind
 _public_ int sd_bus_get_property_trivial(
                 sd_bus *bus,
                 const char *destination,
@@ -369,7 +368,6 @@ _public_ int sd_bus_get_property_trivial(
 fail:
         return sd_bus_error_set_errno(error, r);
 }
-#endif // 0
 
 _public_ int sd_bus_get_property_string(
                 sd_bus *bus,