summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugimgui.cpp
diff options
context:
space:
mode:
author Brad Hughes <bradhugh@outlook.com>2016-04-17 16:35:27 -0400
committer Brad Hughes <bradhugh@outlook.com>2016-04-17 16:35:27 -0400
commit73bf0b9521fa266fbbcfdf0116eea420753cb80b (patch)
treeabb4a0f17e08cb14952dfbd0272518a710bd24ca /src/osd/modules/debugger/debugimgui.cpp
parenta525b6081764fa7ab2a1e5f19f81d12720bb8946 (diff)
parent31325d659939e21825c32ab798f6d7485bba20d0 (diff)
Merge branch 'master' of https://github.com/mamedev/mame.git
Diffstat (limited to 'src/osd/modules/debugger/debugimgui.cpp')
-rw-r--r--src/osd/modules/debugger/debugimgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugimgui.cpp b/src/osd/modules/debugger/debugimgui.cpp
index 060791a3196..51db9adddb3 100644
--- a/src/osd/modules/debugger/debugimgui.cpp
+++ b/src/osd/modules/debugger/debugimgui.cpp
@@ -131,7 +131,7 @@ private:
ImguiFontHandle m_font;
UINT8 m_key_char;
bool m_hide;
- unsigned char* font_data;
+ // unsigned char* font_data;
int m_win_count; // number of active windows, does not decrease, used to ID individual windows
};