mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 23:28:36 -07:00
Remove random comment
This commit is contained in:
@@ -36,7 +36,6 @@ bool desktop_main_input_callback(InputEvent* event, void* context) {
|
|||||||
|
|
||||||
DesktopMainView* main_view = context;
|
DesktopMainView* main_view = context;
|
||||||
|
|
||||||
// DesktopMainEventOpenDebug
|
|
||||||
if(event->type == InputTypeShort || event->type == InputTypeLong) {
|
if(event->type == InputTypeShort || event->type == InputTypeLong) {
|
||||||
if(event->key == InputKeyOk) {
|
if(event->key == InputKeyOk) {
|
||||||
main_view->callback(
|
main_view->callback(
|
||||||
|
|||||||
Reference in New Issue
Block a user