diff options
author | Alexander von Gluck IV <[email protected]> | 2014-08-29 15:06:09 +0000 |
---|---|---|
committer | Alexander von Gluck IV <[email protected]> | 2014-08-30 19:35:24 -0400 |
commit | 7b6ea6ab8ce7afef1b3a992be5287a9210c0e095 (patch) | |
tree | 0b66dd9a8745c3e3319299b24740fce3153b4429 /src/gallium/targets/haiku-softpipe/GalliumContext.h | |
parent | 15da8d076110c39d3ce34ac45edf0f3c9ab13b7f (diff) |
st/hgl: Move st_visual create/destroy into hgl state_tracker
Diffstat (limited to 'src/gallium/targets/haiku-softpipe/GalliumContext.h')
-rw-r--r-- | src/gallium/targets/haiku-softpipe/GalliumContext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/haiku-softpipe/GalliumContext.h b/src/gallium/targets/haiku-softpipe/GalliumContext.h index cf8895e6826..6f8a4d0bda3 100644 --- a/src/gallium/targets/haiku-softpipe/GalliumContext.h +++ b/src/gallium/targets/haiku-softpipe/GalliumContext.h @@ -33,8 +33,6 @@ public: void Lock(); void Unlock(); - struct st_visual* CreateVisual(); - context_id CreateContext(Bitmap* bitmap); void DestroyContext(context_id contextID); context_id GetCurrentContext() { return fCurrentContext; }; |