From cbd56c11f0f2cc5f76d747756987de1a0b81aabb Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 27 Sep 2015 12:33:33 +0300 Subject: [PATCH] installer: cleanup dead code --- packages/tools/installer/scripts/installer | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/packages/tools/installer/scripts/installer b/packages/tools/installer/scripts/installer index 7d1c8fae82..5b83ab246a 100755 --- a/packages/tools/installer/scripts/installer +++ b/packages/tools/installer/scripts/installer @@ -495,22 +495,6 @@ do_install_custom() { esac } -msg_not_implemented() { - # show a dialog that this function is not yet implemented - MSG_TITLE="\Z2[ WORK IN PROGRESS ]\Zn" - MSG_INFOBOX=" This function is not implemented yet." - - dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 7 70 -} - -msg_oem_only() { - # show a dialog that this function is only implemented on special builds - MSG_TITLE="\Z2[ FOR OEM ONLY ]\Zn" - MSG_INFOBOX=" OEM only feature, this function is not implemented in this build. \n if you have questions about this feature \n visit http://www.openelec.tv" - - dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 7 70 -} - msg_no_device() { # show a warning dialog if we dont find not mounted devices for install and return to main menu MSG_TITLE="\Z1[ WARNING ]\Zn"