diff options
author | 2018-07-07 11:25:52 +0100 | |
---|---|---|
committer | 2018-07-07 11:28:01 +0100 | |
commit | b747b711bb021d0bb550f150e62d3f7dfe6754b2 (patch) | |
tree | 3d5f00235a642eda7b0bc4aca35a61bfbf00bb7b /src/osd/modules/debugger/debugimgui.cpp | |
parent | 32ee215a388954d6da30bf408f03e724ee1ff96f (diff) |
fix building with clang 6.0.1 (nw)
Diffstat (limited to 'src/osd/modules/debugger/debugimgui.cpp')
-rw-r--r-- | src/osd/modules/debugger/debugimgui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/debugimgui.cpp b/src/osd/modules/debugger/debugimgui.cpp index 7a5f098e5b4..3e6abc628fa 100644 --- a/src/osd/modules/debugger/debugimgui.cpp +++ b/src/osd/modules/debugger/debugimgui.cpp @@ -1236,8 +1236,6 @@ void debug_imgui::draw_create_dialog(const char* label) void debug_imgui::draw_console() { - rgb_t bg, fg; - rgb_t base(0xe6, 0xff, 0xff, 0xff); ImGuiWindowFlags flags = ImGuiWindowFlags_MenuBar | ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoScrollWithMouse; ImGui::SetNextWindowSize(ImVec2(view_main_regs->width + view_main_disasm->width,view_main_disasm->height + view_main_console->height + ImGui::GetTextLineHeight()*3),ImGuiCond_Once); |