removed Extruder.cpp warning
authorArthur Wolf <wolf.arthur@gmail.com>
Sun, 11 Nov 2012 22:06:53 +0000 (23:06 +0100)
committerArthur Wolf <wolf.arthur@gmail.com>
Sun, 11 Nov 2012 22:06:53 +0000 (23:06 +0100)
src/modules/tools/extruder/Extruder.cpp

index 5d5e231..491edcd 100644 (file)
@@ -203,10 +203,6 @@ void Extruder::on_block_begin(void* argument){
 
 // When a block ends, pause the stepping interrupt
 void Extruder::on_block_end(void* argument){
-
-    //printf("Block end\r\n");
-
-    Block* block = static_cast<Block*>(argument);
     this->current_block = NULL;
 }