diff options
Diffstat (limited to 'src/native/d3d/D3dCtx.cpp')
-rw-r--r-- | src/native/d3d/D3dCtx.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/native/d3d/D3dCtx.cpp b/src/native/d3d/D3dCtx.cpp index f48b24c..dccfd8f 100644 --- a/src/native/d3d/D3dCtx.cpp +++ b/src/native/d3d/D3dCtx.cpp @@ -270,16 +270,6 @@ VOID D3dCtx::releaseTexture() cubeMapTableLen = 0; unlockSurfaceList(); - /* - lockImage(); - D3dImageComponent::remove(&RasterList, this); - unlockImage(); - - lockBackground(); - D3dImageComponent::remove(&BackgroundImageList, this); - unlockBackground(); - */ - // free list0 freeList(); // free list1 |