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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}