Skip to content

Commit

Permalink
Delete 2 unused i18n category pointer declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
vnctdj committed May 11, 2019
1 parent 73c5d34 commit 8080767
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion GPU/D3D11/FramebufferManagerD3D11.cpp
Expand Up @@ -266,7 +266,6 @@ void FramebufferManagerD3D11::CompilePostShader() {
} else {
return;
}
I18NCategory *gr = GetI18NCategory("Graphics");

UINT flags = D3DCOMPILE_ENABLE_BACKWARDS_COMPATIBILITY;
std::vector<uint8_t> byteCode;
Expand Down
1 change: 0 additions & 1 deletion GPU/Vulkan/FramebufferVulkan.cpp
Expand Up @@ -618,7 +618,6 @@ void FramebufferManagerVulkan::CompilePostShader() {
} else {
return;
}
I18NCategory *gr = GetI18NCategory("Graphics");

// TODO: Delete the old pipeline?

Expand Down

0 comments on commit 8080767

Please sign in to comment.