소스 검색

Remove redundant get_command prototype

Alex Voinea 3 년 전
부모
커밋
ff56ece6f8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Firmware/Marlin.h

+ 0 - 1
Firmware/Marlin.h

@@ -116,7 +116,6 @@ void serial_echopair_P(const char *s_P, unsigned long v);
 void serialprintPGM(const char *str);
 
 bool is_buffer_empty();
-void get_command();
 void process_commands();
 void ramming();