issue #42, livido inline function removed

This commit is contained in:
Niels
2016-05-15 14:45:04 +02:00
parent 330c1b432f
commit 78ed1a3010

View File

@@ -91,7 +91,7 @@ int livido_set_voidptr_value (livido_port_t *port, const char *key, void *value)
////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////
// general property getter // general property getter
inline int livido_get_value (livido_port_t *port, const char *key, void *value) { int livido_get_value (livido_port_t *port, const char *key, void *value) {
// returns a LIVIDO_ERROR // returns a LIVIDO_ERROR
return livido_property_get( port, key, 0, value); return livido_property_get( port, key, 0, value);
} }