diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-18 23:50:21 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-17 20:53:23 +0800 |
commit | 14d38669faa5ed366832dd8f8fc9da7813f8a4af (patch) | |
tree | adb0f084535f5339f842c238e4b1ffe6815976ec /libempathy/empathy-dispatch-operation.h | |
parent | 6255e0f1e25d1a2928fb29fd3a0417cabaec46b4 (diff) | |
download | gsoc2013-empathy-14d38669faa5ed366832dd8f8fc9da7813f8a4af.tar gsoc2013-empathy-14d38669faa5ed366832dd8f8fc9da7813f8a4af.tar.gz gsoc2013-empathy-14d38669faa5ed366832dd8f8fc9da7813f8a4af.tar.bz2 gsoc2013-empathy-14d38669faa5ed366832dd8f8fc9da7813f8a4af.tar.lz gsoc2013-empathy-14d38669faa5ed366832dd8f8fc9da7813f8a4af.tar.xz gsoc2013-empathy-14d38669faa5ed366832dd8f8fc9da7813f8a4af.tar.zst gsoc2013-empathy-14d38669faa5ed366832dd8f8fc9da7813f8a4af.zip |
remove internal approving code
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); |