Skip to content

Commit fc5a862

Browse files
author
tixlegeek
committed
remove command
1 parent 7c9cf9d commit fc5a862

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

401lightMessengerApp/401LightMsg_bmp_editor.c

-2
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,13 @@ static bool bmp_editor_draw_input_callback(InputEvent* input_event, void* ctx) {
234234
break;
235235
case InputKeyLeft:
236236
bmp_editor_move(BmpEditor, -1, 0);
237-
//bmp_compute_model(BmpEditor, BmpEditor->model_data);
238237
if(BmpEditorData->draw_mode == BmpEditorDrawModeContinuous) {
239238
bmp_editor_toggle(BmpEditor);
240239
}
241240
consumed = true;
242241
break;
243242
case InputKeyRight:
244243
bmp_editor_move(BmpEditor, 1, 0);
245-
//bmp_compute_model(BmpEditor, BmpEditor->model_data);
246244
if(BmpEditorData->draw_mode == BmpEditorDrawModeContinuous) {
247245
bmp_editor_toggle(BmpEditor);
248246
}

0 commit comments

Comments
 (0)