Remove 'Media Released' message (#17272)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
Mathias Rasmussen
2020-04-20 16:17:55 +02:00
committed by GitHub
parent ccfd5c1010
commit 875cd4e081
16 changed files with 0 additions and 17 deletions

View File

@ -135,7 +135,6 @@ void menu_main() {
ACTION_ITEM(MSG_NO_MEDIA, nullptr);
#else
GCODES_ITEM(MSG_ATTACH_MEDIA, M21_STR);
ACTION_ITEM(MSG_MEDIA_RELEASED, nullptr);
#endif
}
@ -229,7 +228,6 @@ void menu_main() {
ACTION_ITEM(MSG_NO_MEDIA, nullptr);
#else
GCODES_ITEM(MSG_ATTACH_MEDIA, M21_STR);
ACTION_ITEM(MSG_MEDIA_RELEASED, nullptr);
#endif
}