codestyle: get rid of CALLS_SET_PTR_PROPERTY macro
One more step towards fixing #214 In `calls-ofono-call.c` the changed code also adheres to the newly introduced coding style.
This commit is contained in:
@@ -88,11 +88,6 @@ G_BEGIN_DECLS
|
||||
CALLS_DEFINE_IFACE_GETTER_BASE(calls,iface,Calls,Iface,CALLS,IFACE,prop,rettype,errval)
|
||||
|
||||
|
||||
#define CALLS_SET_PTR_PROPERTY(ptr,new_value) \
|
||||
g_free (ptr); \
|
||||
ptr = new_value;
|
||||
|
||||
|
||||
#define calls_clear_source(source_id_ptr) \
|
||||
if (*source_id_ptr != 0) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user