summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-06-01 10:53:41 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-06-01 11:09:11 -0700
commit085061ef1406a369ed2cfacc60dffca54b507083 (patch)
treed57f7ffdb14953c142a417924453503432237a61 /include
parentf48cbdfd683977eaa0e71c3489050af123a31a4a (diff)
include: Remove error WAFFLE_OLD_OBJECT
Now that waffle_finish() is no longer in Waffle's API, it is impossible to produce this error. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/waffle/waffle_error.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/waffle/waffle_error.h b/include/waffle/waffle_error.h
index 6e74b86..8c0a150 100644
--- a/include/waffle/waffle_error.h
+++ b/include/waffle/waffle_error.h
@@ -123,7 +123,6 @@ enum waffle_error {
WAFFLE_NOT_INITIALIZED = 0x05,
WAFFLE_ALREADY_INITIALIZED = 0x06,
- WAFFLE_OLD_OBJECT = 0x07,
WAFFLE_BAD_ATTRIBUTE = 0x08,
WAFFLE_INCOMPATIBLE_ATTRIBUTES = 0x09,
WAFFLE_BAD_PARAMETER = 0x10,