summaryrefslogtreecommitdiffstats
path: root/src/bltConfig.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltConfig.C')
-rw-r--r--src/bltConfig.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bltConfig.C b/src/bltConfig.C
index 0e5d786..d76c4d1 100644
--- a/src/bltConfig.C
+++ b/src/bltConfig.C
@@ -53,9 +53,6 @@ void RestoreProc(ClientData clientData, Tk_Window tkwin,
// Fill
const char* fillObjOption[] = {"none", "x", "y", "both", NULL};
-// State
-const char* stateObjOption[] = {"normal", "active", "disabled", NULL};
-
// Dashes
static Tk_CustomOptionSetProc DashesSetProc;
static Tk_CustomOptionGetProc DashesGetProc;