diff options
Diffstat (limited to 'generic/ttk/ttkInit.c')
-rw-r--r-- | generic/ttk/ttkInit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/ttk/ttkInit.c b/generic/ttk/ttkInit.c index f12a01b..90f4914 100644 --- a/generic/ttk/ttkInit.c +++ b/generic/ttk/ttkInit.c @@ -1,4 +1,4 @@ -/* $Id: ttkInit.c,v 1.5 2007/01/03 05:06:25 nijtmans Exp $ +/* $Id: ttkInit.c,v 1.5.2.1 2007/09/04 17:44:21 dgp Exp $ * Copyright (c) 2003, Joe English * * Ttk package: initialization routine and miscellaneous utilities. @@ -276,9 +276,7 @@ Ttk_Init(Tcl_Interp *interp) Ttk_PlatformInit(interp); -#if 0 Tcl_PkgProvideEx(interp, "Ttk", TTK_PATCH_LEVEL, (void*)&ttkStubs); -#endif return TCL_OK; } |