purged an unused method

This commit is contained in:
Simen Svale Skogsrud
2011-02-06 23:41:04 +01:00
parent 799548c013
commit 52dda8713e
2 changed files with 1 additions and 13 deletions

View File

@ -37,9 +37,6 @@ void st_get_position_steps(int32_t (*vector)[3]);
// Block until all buffered steps are executed
void st_synchronize();
// Cancel all pending steps
void st_flush();
// Execute the homing cycle
void st_go_home();