summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-operation.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-17 17:17:22 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-17 17:17:22 +0000
commitca2265f37277081b4fe82e375923483c2e03931d (patch)
tree1766658296f7ea550e9148bd467e6d0a89781c10 /polyp/polyplib-operation.h
parentf693aa4c8811b67377a4fcc55887d03876fb48be (diff)
Documentation work
add pkg-config support for GLIB main loop git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@133 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-operation.h')
-rw-r--r--polyp/polyplib-operation.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/polyp/polyplib-operation.h b/polyp/polyplib-operation.h
index 7d0adc26..ce2756ef 100644
--- a/polyp/polyplib-operation.h
+++ b/polyp/polyplib-operation.h
@@ -29,12 +29,6 @@
PA_C_DECL_BEGIN
-enum pa_operation_state {
- PA_OPERATION_RUNNING, /**< The operation is still running */
- PA_OPERATION_DONE, /**< The operation has been completed */
- PA_OPERATION_CANCELED, /**< The operation has been canceled */
-};
-
/** \struct pa_operation
* An asynchronous operation object */
struct pa_operation;