瀏覽代碼

tools-imgui: cleanup

Daniele Bartolini 8 年之前
父節點
當前提交
4179e11961
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tools-imgui/imgui_context.cpp

+ 0 - 2
tools-imgui/imgui_context.cpp

@@ -213,8 +213,6 @@ struct ImGuiContext
 		io.KeyMap[ImGuiKey_Y]          = (int)crown::KeyboardButton::Y;
 		io.KeyMap[ImGuiKey_Z]          = (int)crown::KeyboardButton::Z;
 
-		bgfx::RendererType::Enum type = bgfx::getRendererType();
-
 		u_imageLodEnabled = bgfx::createUniform("u_imageLodEnabled", bgfx::UniformType::Vec4);
 
 		m_decl