summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-04-05 10:58:21 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-04-05 10:58:21 +0200
commit5e6532e9b8c8063f052e09086b16dc0c18bda17c (patch)
treef77fa5b4e242ba765389d8c1d6e13d34662c336f
parent17f6a909f94e0058760ddac9ff5cd1fe669b7073 (diff)
wfdapi: Remove unused error variables
-rw-r--r--src/wfdapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wfdapi.c b/src/wfdapi.c
index 1e807e5..39ccb76 100644
--- a/src/wfdapi.c
+++ b/src/wfdapi.c
@@ -396,7 +396,6 @@ wfdCreatePort(WFDDevice device_handle,
struct wfd_device *device;
struct wfd_port *port;
WFDPort port_handle;
- WFDErrorCode error;
DPRINT(("wfdCreatePort(%08x,%d,%p)", device_handle, portId, attribList));
@@ -740,7 +739,6 @@ wfdCreatePipeline(WFDDevice device_handle,
struct wfd_device *device;
struct wfd_pipeline *pipeline;
WFDPort pipeline_handle;
- WFDErrorCode error;
DPRINT(("wfdCreatePipeline(%08x,%d,%p)", device_handle, pipelineId, attribList));