Remove dead code
This commit is contained in:
parent
301b2e4384
commit
210bbe9764
|
|
@ -2129,12 +2129,6 @@ void lcd_generic_preheat_menu()
|
|||
MENU_END();
|
||||
}
|
||||
|
||||
void mFilamentItemForce()
|
||||
{
|
||||
mFilamentItem(target_temperature[0],target_temperature_bed);
|
||||
}
|
||||
|
||||
|
||||
void lcd_unLoadFilament()
|
||||
{
|
||||
eFilamentAction=FilamentAction::UnLoad;
|
||||
|
|
|
|||
|
|
@ -197,7 +197,6 @@ extern FilamentAction eFilamentAction;
|
|||
extern bool bFilamentPreheatState;
|
||||
extern bool bFilamentAction;
|
||||
void mFilamentItem(uint16_t nTemp,uint16_t nTempBed);
|
||||
void mFilamentItemForce();
|
||||
void lcd_generic_preheat_menu();
|
||||
void unload_filament(float unloadLength);
|
||||
void lcd_AutoLoadFilament();
|
||||
|
|
|
|||
Loading…
Reference in New Issue