File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1669,11 +1669,6 @@ void gui_debug_window_call_stack(void)
16691669 emu_get_core ()->GetHuC6280 ()->AddBreakpoint (entry.dest );
16701670 }
16711671
1672- if (ImGui::Selectable (" Add Watch..." ))
1673- {
1674- gui_debug_memory_open_watch_popup (0 , entry.dest , symbol_text[0 ] ? symbol_text : NULL );
1675- }
1676-
16771672 ImGui::EndPopup ();
16781673 }
16791674 ImGui::PushFont (gui_default_font);
@@ -1863,11 +1858,6 @@ void gui_debug_window_symbols(void)
18631858 emu_get_core ()->GetHuC6280 ()->AddBreakpoint (symbol->address );
18641859 }
18651860
1866- if (ImGui::Selectable (" Add Watch..." ))
1867- {
1868- gui_debug_memory_open_watch_popup (0 , symbol->address , symbol->text );
1869- }
1870-
18711861 ImGui::EndPopup ();
18721862 }
18731863 ImGui::PushFont (gui_default_font);
You can’t perform that action at this time.
0 commit comments