diff --git a/install_functions.sh b/install_functions.sh index d4c5dec..491ffa7 100644 --- a/install_functions.sh +++ b/install_functions.sh @@ -849,14 +849,6 @@ function installGeanyMenu () { installAppsFromListMenu geany } -#TODO: -function installEclipse () { - if which umake >/dev/null; then - msg "Umake installing : Eclipse" - sudo umake ide eclipse - fi -} - # # install IDEA Apps (headless) # diff --git a/menus_functions.sh b/menus_functions.sh index b967172..9e80cf0 100644 --- a/menus_functions.sh +++ b/menus_functions.sh @@ -199,7 +199,6 @@ function showDevInstallMenu () { "brackets" "Brackets" \ "codeblocks" "CodeBlocks" \ "geany" "Geany" \ - "eclipse" "Eclipse" \ "idea" "Idea" \ "pycharm" "PyCharm" \ "vsc" "Visual Studio Code" \ @@ -252,9 +251,6 @@ function showDevInstallMenu () { "geany") installGeanyMenu ;; - "eclipse") - installEclipse - ;; "idea") installIdeaMenu ;;