aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-18 12:13:31 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-18 12:14:05 -0800
commit02d63770c99845d330b9496a297b363524126ee9 (patch)
tree70d8d3b2a4ad2a7808f3354bf6ec37ad14a9ce17
parent0e8dbccbc6375f018b343696096f6b590674a788 (diff)
core: Remove unused pointer wcore_context::vtbl
The pointer became unused in 46696e989cb57cc3db99663a0031c277231ebbea . Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--src/waffle/core/wcore_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/waffle/core/wcore_context.h b/src/waffle/core/wcore_context.h
index 4e612e8..548da50 100644
--- a/src/waffle/core/wcore_context.h
+++ b/src/waffle/core/wcore_context.h
@@ -39,8 +39,6 @@ struct wcore_display;
union waffle_native_context;
struct wcore_context {
- const struct wcore_context_vtbl *vtbl;
-
struct waffle_context {} wfl;
struct api_object api;