Skip to content

Commit 449587c

Browse files
committed
Fix G29 compilation
1 parent 50cc2be commit 449587c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Marlin/src/gcode/bedlevel/G26.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ int8_t g26_prime_flag;
174174
* If the LCD is clicked, cancel, wait for release, return true
175175
*/
176176
bool user_canceled() {
177-
UNUSED(reset);
178-
179177
if (!ui.button_pressed()) return false; // Return if the button isn't pressed
180178
ui.set_status_P(GET_TEXT(MSG_G26_CANCELED), 99);
181179
TERN_(HAS_LCD_MENU, ui.quick_feedback());

0 commit comments

Comments
 (0)