Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Dec 21, 2020
1 parent 09ddc92 commit 14dacf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imgui_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7183,7 +7183,6 @@ static void ShowExampleAppCustomRendering(bool* p_open)
ImVec2 canvas_p1 = ImVec2(canvas_p0.x + canvas_sz.x, canvas_p0.y + canvas_sz.y);

// Draw border and background color
ImGuiIO& io = ImGui::GetIO();
ImDrawList* draw_list = ImGui::GetWindowDrawList();
draw_list->AddRectFilled(canvas_p0, canvas_p1, IM_COL32(50, 50, 50, 255));
draw_list->AddRect(canvas_p0, canvas_p1, IM_COL32(255, 255, 255, 255));
Expand Down

0 comments on commit 14dacf2

Please sign in to comment.