summaryrefslogtreecommitdiffstats
path: root/tkimg/base/tkimgStubInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tkimg/base/tkimgStubInit.c')
-rw-r--r--tkimg/base/tkimgStubInit.c55
1 files changed, 0 insertions, 55 deletions
diff --git a/tkimg/base/tkimgStubInit.c b/tkimg/base/tkimgStubInit.c
deleted file mode 100644
index cf00eca..0000000
--- a/tkimg/base/tkimgStubInit.c
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * tkimgStubInit.c --
- */
-
-#include "tkimg.h"
-
-/*
- * WARNING: The contents of this file is automatically generated by the
- * genStubs.tcl script. Any modifications to the function declarations
- * below should be made in the tkimg.decls script.
- */
-
-MODULE_SCOPE const TkimgStubs tkimgStubs;
-
-/* !BEGIN!: Do not edit below this line. */
-
-const TkimgStubs tkimgStubs = {
- TCL_STUB_MAGIC,
- 0,
- tkimg_OpenFileChannel, /* 0 */
- tkimg_ReadInit, /* 1 */
- tkimg_WriteInit, /* 2 */
- tkimg_Getc, /* 3 */
- tkimg_Read, /* 4 */
- tkimg_Putc, /* 5 */
- tkimg_Write, /* 6 */
- tkimg_ReadBuffer, /* 7 */
- 0, /* 8 */
- 0, /* 9 */
- tkimg_PhotoPutBlock, /* 10 */
- tkimg_PhotoExpand, /* 11 */
- tkimg_PhotoSetSize, /* 12 */
- 0, /* 13 */
- 0, /* 14 */
- 0, /* 15 */
- 0, /* 16 */
- 0, /* 17 */
- 0, /* 18 */
- 0, /* 19 */
- tkimg_FixChanMatchProc, /* 20 */
- tkimg_FixObjMatchProc, /* 21 */
- tkimg_FixStringWriteProc, /* 22 */
- 0, /* 23 */
- 0, /* 24 */
- 0, /* 25 */
- 0, /* 26 */
- 0, /* 27 */
- 0, /* 28 */
- 0, /* 29 */
- tkimg_GetStringFromObj, /* 30 */
- tkimg_GetByteArrayFromObj, /* 31 */
- tkimg_ListObjGetElements, /* 32 */
-};
-
-/* !END!: Do not edit above this line. */