diff options
-rw-r--r-- | engines/sci/gfx/gfx_resmgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/gfx/gfx_resmgr.cpp b/engines/sci/gfx/gfx_resmgr.cpp index b53aa419fb..90aaaad091 100644 --- a/engines/sci/gfx/gfx_resmgr.cpp +++ b/engines/sci/gfx/gfx_resmgr.cpp @@ -386,7 +386,6 @@ gfxr_pic_t *GfxResManager::addToPic(int old_nr, int new_nr, int flags, int old_d gfxr_view_t *GfxResManager::getView(int nr, int *loop, int *cel, int palette) { IntResMap &resMap = _resourceMaps[GFX_RESOURCE_TYPE_VIEW]; gfx_resource_t *res = resMap.contains(nr) ? resMap[nr] : NULL; - int hash = palette; ViewType viewType = _resMan->getViewType(); gfxr_view_t *view = NULL; |