summaryrefslogtreecommitdiffstats
path: root/generic/tkScale.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-10-30 15:26:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-10-30 15:26:42 (GMT)
commitd3ef44d83f7b830ccbf06ae02c206bafc4205718 (patch)
treec02cfebbe3bcc52d1170176fc41c1f6b977ed2ac /generic/tkScale.h
parent68cef1c2303479412defc523308a701594703936 (diff)
parentfc77a30223d683708ec4aeadbf6dde442f4f402f (diff)
downloadtk-d3ef44d83f7b830ccbf06ae02c206bafc4205718.zip
tk-d3ef44d83f7b830ccbf06ae02c206bafc4205718.tar.gz
tk-d3ef44d83f7b830ccbf06ae02c206bafc4205718.tar.bz2
[3417012] Stop [scale] segfault when -digits too big. Thanks fvogel.
Diffstat (limited to 'generic/tkScale.h')
-rw-r--r--generic/tkScale.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/generic/tkScale.h b/generic/tkScale.h
index af35978..4fd9995 100644
--- a/generic/tkScale.h
+++ b/generic/tkScale.h
@@ -215,12 +215,6 @@ typedef struct TkScale {
#define SPACING 2
/*
- * How many characters of space to provide when formatting the scale's value:
- */
-
-#define PRINT_CHARS 150
-
-/*
* Declaration of procedures used in the implementation of the scale widget.
*/