diff options
Diffstat (limited to '')
-rw-r--r-- | src/engine/core.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/core.cpp b/src/engine/core.cpp index 1503f8d8..644752ff 100644 --- a/src/engine/core.cpp +++ b/src/engine/core.cpp | |||
@@ -1103,8 +1103,6 @@ extern "C" HRESULT CoreCleanup( | |||
1103 | hr = CoreApply(pEngineState, pEngineState->hMessageWindow); | 1103 | hr = CoreApply(pEngineState, pEngineState->hMessageWindow); |
1104 | ExitOnFailure(hr, "Apply during cleanup failed"); | 1104 | ExitOnFailure(hr, "Apply during cleanup failed"); |
1105 | 1105 | ||
1106 | // Need to think about cache=always | ||
1107 | |||
1108 | LExit: | 1106 | LExit: |
1109 | return hr; | 1107 | return hr; |
1110 | } | 1108 | } |