diff options
Diffstat (limited to 'libempathy/empathy-dispatch-operation.h')
-rw-r--r-- | libempathy/empathy-dispatch-operation.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy/empathy-dispatch-operation.h b/libempathy/empathy-dispatch-operation.h index f199be521..b7614234f 100644 --- a/libempathy/empathy-dispatch-operation.h +++ b/libempathy/empathy-dispatch-operation.h @@ -45,8 +45,6 @@ typedef enum { EMPATHY_DISPATCHER_OPERATION_STATE_PREPARING = 0, /* Information gathered ready to be dispatched */ EMPATHY_DISPATCHER_OPERATION_STATE_PENDING, - /* Send to approving bits for approval */ - EMPATHY_DISPATCHER_OPERATION_STATE_APPROVING, /* Send to handlers for dispatching */ EMPATHY_DISPATCHER_OPERATION_STATE_DISPATCHING, /* somebody claimed the channel */ @@ -89,8 +87,6 @@ EmpathyDispatchOperation *empathy_dispatch_operation_new_with_wrapper ( * channels and DISPATCHING for outgoing ones */ void empathy_dispatch_operation_start (EmpathyDispatchOperation *operation); -void empathy_dispatch_operation_approve (EmpathyDispatchOperation *operation); - /* Returns whether or not the operation was successfully claimed */ gboolean empathy_dispatch_operation_claim (EmpathyDispatchOperation *operation); |