Skip to content

Commit 1926e9c

Browse files
committed
Cleanup.
1 parent 4eb5a12 commit 1926e9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/common/entry/entry.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ BX_PRAGMA_DIAGNOSTIC_POP();
352352
{ entry::Key::GamepadStart, entry::Modifier::None, 1, NULL, "graphics stats" },
353353
{ entry::Key::F1, entry::Modifier::LeftShift, 1, NULL, "graphics stats 0\ngraphics text 0" },
354354
{ entry::Key::F3, entry::Modifier::None, 1, NULL, "graphics wireframe" },
355-
{ entry::Key::F4, entry::Modifier::None, 1, NULL, "graphics hmd" },
356-
{ entry::Key::F4, entry::Modifier::LeftShift, 1, NULL, "graphics hmdrecenter" },
357-
{ entry::Key::F4, entry::Modifier::LeftCtrl, 1, NULL, "graphics hmddbg" },
358355
{ entry::Key::F6, entry::Modifier::None, 1, NULL, "graphics profiler" },
359356
{ entry::Key::F7, entry::Modifier::None, 1, NULL, "graphics vsync" },
360357
{ entry::Key::F8, entry::Modifier::None, 1, NULL, "graphics msaa" },

0 commit comments

Comments
 (0)