diff options
Diffstat (limited to 'libs/rs/rs_hal.h')
-rw-r--r-- | libs/rs/rs_hal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/rs/rs_hal.h b/libs/rs/rs_hal.h index 90abd85..4283d4a 100644 --- a/libs/rs/rs_hal.h +++ b/libs/rs/rs_hal.h @@ -35,12 +35,6 @@ class ProgramRaster; typedef void *(*RsHalSymbolLookupFunc)(void *usrptr, char const *symbolName); -typedef struct ScriptTLSStructRec { - Context * mContext; - Script * mScript; -} ScriptTLSStruct; - - /** * Script management functions */ |