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)
commit56e5cece3f50562969449e4357e5dc1cf3907c1a (patch)
treec02cfebbe3bcc52d1170176fc41c1f6b977ed2ac /generic/tkScale.h
parent2de899be4f282336d57ace6810563233c87b13d6 (diff)
parent277e4c03ced86ddf627807595297854fac523c9a (diff)
downloadtk-56e5cece3f50562969449e4357e5dc1cf3907c1a.zip
tk-56e5cece3f50562969449e4357e5dc1cf3907c1a.tar.gz
tk-56e5cece3f50562969449e4357e5dc1cf3907c1a.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.
*/