summaryrefslogtreecommitdiffstats
path: root/generic/tkGrid.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-11 10:46:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-11 10:46:37 (GMT)
commitb394b866b6cf9b57b603d95b820570b119439fee (patch)
tree5c852c4af5d1b9344503dd2d99590fe03b4ae485 /generic/tkGrid.c
parent81d9c06d1ce5cfb61913049037b3f03977cb7cc7 (diff)
downloadtk-b394b866b6cf9b57b603d95b820570b119439fee.zip
tk-b394b866b6cf9b57b603d95b820570b119439fee.tar.gz
tk-b394b866b6cf9b57b603d95b820570b119439fee.tar.bz2
Improved version of Michael Kirkham's fix for parsing pad values. [1098779]
Diffstat (limited to 'generic/tkGrid.c')
-rw-r--r--generic/tkGrid.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tkGrid.c b/generic/tkGrid.c
index 7624537..9de0742 100644
--- a/generic/tkGrid.c
+++ b/generic/tkGrid.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkGrid.c,v 1.25.2.1 2004/02/18 20:10:34 pspjuth Exp $
+ * RCS: @(#) $Id: tkGrid.c,v 1.25.2.2 2005/01/11 10:46:39 dkf Exp $
*/
#include "tkInt.h"
@@ -293,14 +293,6 @@ static void StickyToString _ANSI_ARGS_((int flags, char *result));
static int StringToSticky _ANSI_ARGS_((char *string));
static void Unlink _ANSI_ARGS_((Gridder *gridPtr));
-/*
- * Prototypes for procedures contained in other files but not exported
- * using tkIntDecls.h
- */
-
-void TkPrintPadAmount _ANSI_ARGS_((Tcl_Interp*, char*, int, int));
-int TkParsePadAmount _ANSI_ARGS_((Tcl_Interp*, Tk_Window, Tcl_Obj*, int*, int*));
-
static Tk_GeomMgr gridMgrType = {
"grid", /* name */
GridReqProc, /* requestProc */