GUI Fix: Remove of duplicate variable

Changes: removed 'xpath_profile_settings' duplicate variable from the file

Tested: Ran and Tested from sandbox successfully
Change-Id: Id5c8d68912132eedfd1c5a6651d675e85a376703
Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
diff --git a/gui/data/gui_variables.py b/gui/data/gui_variables.py
index a1620ae..a38d074 100644
--- a/gui/data/gui_variables.py
+++ b/gui/data/gui_variables.py
@@ -96,7 +96,6 @@
     xpath_profile_save_button = (
         "//*[@data-test-id='profileSettings-button-saveSettings']"
     )
-    xpath_profile_settings = "//button[contains(text(),'Profile Settings')]"
     xpath_profile_settings_heading = "//h1[text()='Profile settings']"
     xpath_browser_offset = (
         "//*[@data-test-id='profileSettings-radio-browserOffset']"