From a591f5e2ae94b4ef0c40b1ce715d9445354c8365 Mon Sep 17 00:00:00 2001 From: joye Date: Fri, 6 Sep 2013 18:54:08 +0000 Subject: *** empty log message *** --- src/bltGrPSOutput.C | 1 - src/bltGrText.C | 1 - src/bltInt.C | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index ecfeb17..cca02a1 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -1,4 +1,3 @@ - /* * bltPs.c -- * diff --git a/src/bltGrText.C b/src/bltGrText.C index 39bd752..82f1931 100644 --- a/src/bltGrText.C +++ b/src/bltGrText.C @@ -45,7 +45,6 @@ #undef FOOBAR #include "bltHash.h" -//#include "tkIntBorder.h" #include "bltImage.h" #include "bltBitmap.h" #include "bltFont.h" diff --git a/src/bltInt.C b/src/bltInt.C index 6da1565..13edef7 100644 --- a/src/bltInt.C +++ b/src/bltInt.C @@ -68,7 +68,7 @@ int Tlt_Init(Tcl_Interp *interp) if (Blt_GraphCmdInitProc(interp) != TCL_OK) return TCL_ERROR; - if (Tcl_PkgProvide(interp, "tlt", "3.0") != TCL_OK) { + if (Tcl_PkgProvide(interp, "tlt", BLT_VERSION) != TCL_OK) { return TCL_ERROR; } -- cgit v0.12