summaryrefslogtreecommitdiffstats
path: root/tkblt/generic/tkbltStubLib.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-07-22 19:20:21 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-07-22 19:20:21 (GMT)
commit26d4fea12c679692b39daf04be4cd8759f23ee35 (patch)
tree980bae934deb06da367360bd0adfb8d9337456c6 /tkblt/generic/tkbltStubLib.C
parentd7abc84b1fd0ad42cef801f0d3c06e459184ede8 (diff)
downloadblt-26d4fea12c679692b39daf04be4cd8759f23ee35.zip
blt-26d4fea12c679692b39daf04be4cd8759f23ee35.tar.gz
blt-26d4fea12c679692b39daf04be4cd8759f23ee35.tar.bz2
update tkblt
Diffstat (limited to 'tkblt/generic/tkbltStubLib.C')
-rw-r--r--tkblt/generic/tkbltStubLib.C15
1 files changed, 0 insertions, 15 deletions
diff --git a/tkblt/generic/tkbltStubLib.C b/tkblt/generic/tkbltStubLib.C
deleted file mode 100644
index e973063..0000000
--- a/tkblt/generic/tkbltStubLib.C
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef USE_TCL_STUBS
-#define USE_TCL_STUBS
-#endif
-
-#include <tcl.h>
-
-ClientData tkbltStubsPtr =NULL;
-
-const char* Tkblt_InitStubs(Tcl_Interp* interp, const char* version, int exact)
-{
- const char* actualVersion =
- Tcl_PkgRequireEx(interp, "tkblt", version, exact, &tkbltStubsPtr);
-
- return (actualVersion && tkbltStubsPtr) ? actualVersion : NULL;
-}