0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-01 04:17:02 +00:00

🎨 misc. cleanup

This commit is contained in:
Scott Lahteine 2022-04-21 07:08:26 -05:00
parent 367c11dfa2
commit 2dcfa140e9
2 changed files with 5 additions and 6 deletions

View file

@ -241,7 +241,6 @@ void report_current_position_projected() {
} }
#if ENABLED(AUTO_REPORT_POSITION) #if ENABLED(AUTO_REPORT_POSITION)
//struct PositionReport { void report() { report_current_position_projected(); } };
AutoReporter<PositionReport> position_auto_reporter; AutoReporter<PositionReport> position_auto_reporter;
#endif #endif