Skip to content

Commit a594779

Browse files
committed
fix build
1 parent 1c847b3 commit a594779

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SerialPrograms/Source/Controllers/KeyboardInput/KeyboardInput.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,11 @@ class KeyboardManager : public KeyboardInputController, public KeyboardEventHand
135135
report_keyboard_command_stopped(time_stamp);
136136
}
137137
virtual void replace_on_next_command() override{
138-
WallClock time_stamp = current_time();
139138
WriteSpinLock lg(m_lock);
140139
if (m_controller == nullptr){
141140
return;
142141
}
143142
m_controller->replace_on_next_command();
144-
// report_keyboard_command_stopped(time_stamp);
145143
}
146144

147145

0 commit comments

Comments
 (0)