summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-02-02 12:12:35 +0100
committerDave Davenport <qball@gmpclient.org>2019-02-02 12:12:35 +0100
commit83995a738a27341f348138c4dbf9bf6aa59a4460 (patch)
tree9be2f0468a65624722052d274a614dc23a7d4c76
parent2f2abffb98b15daa800841d1a0f971d3b703edf6 (diff)
[Scripts] Removed unused variables
-rwxr-xr-xscript/rofi-create-screenshot-theme3.sh5
-rwxr-xr-xscript/rofi-create-screenshot.sh4
2 files changed, 0 insertions, 9 deletions
diff --git a/script/rofi-create-screenshot-theme3.sh b/script/rofi-create-screenshot-theme3.sh
index a15de4f8..46570948 100755
--- a/script/rofi-create-screenshot-theme3.sh
+++ b/script/rofi-create-screenshot-theme3.sh
@@ -5,12 +5,7 @@
# License: See rofi
##
RESET="\e[0m"
-BOLD="\e[1m"
-COLOR_BLACK="\e[0;30m"
COLOR_RED="\e[0;31m"
-COLOR_GREEN="\e[0;32m"
-COLOR_YELLOW="\e[0;33m"
-COLOR_BLUE="\e[0;34m"
THEME_FILE=$1
shift
diff --git a/script/rofi-create-screenshot.sh b/script/rofi-create-screenshot.sh
index d30acccc..44934296 100755
--- a/script/rofi-create-screenshot.sh
+++ b/script/rofi-create-screenshot.sh
@@ -5,12 +5,8 @@
# License: See rofi
##
RESET="\e[0m"
-BOLD="\e[1m"
-COLOR_BLACK="\e[0;30m"
COLOR_RED="\e[0;31m"
-COLOR_GREEN="\e[0;32m"
COLOR_YELLOW="\e[0;33m"
-COLOR_BLUE="\e[0;34m"
XRDB_FILE=$1
shift