Remove MSG_PRINT_TIME from languages

This commit is contained in:
Scott Lahteine
2016-07-26 12:47:45 -07:00
parent 8684570f68
commit 4be635ec6e
4 changed files with 0 additions and 6 deletions

View File

@ -500,9 +500,6 @@
#ifndef MSG_SHORT_MINUTE
#define MSG_SHORT_MINUTE "m" // One character only
#endif
#ifndef MSG_PRINT_TIME
#define MSG_PRINT_TIME "Print time"
#endif
#ifndef MSG_HEATING
#define MSG_HEATING "Heating..."
#endif