Remove Dead code

Removal of useless code not used anymore in clamp because model are
received from CSAR

Issue-ID: CLAMP-487
Change-Id: Ifeb0411e7f7cd599cb5cf5d8f5b0e33d34bbf396
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js
index a0c338c..bb41bc1 100644
--- a/ui-react/src/theme/globalStyle.js
+++ b/ui-react/src/theme/globalStyle.js
@@ -90,5 +90,5 @@
 	menuBackgroundColor: 'white',
 	menuFontColor: 'black',
 	menuHighlightedBackgroundColor: '#337ab7',
-	menuHighlightedFontColor: 'white',
+	menuHighlightedFontColor: 'white'
 };