diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-05 22:27:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-05 22:27:26 +0000 |
commit | b56b320b5e2515160073fa1b469514002688fe11 (patch) | |
tree | 965a7100c5e45fca8ec803d22b8b6ce14fca4633 /Master/tlpkg/tlperl/lib/Tk/pTk/tkImgPhoto.m | |
parent | d26c206452d2e285c3bbf949f34011e4a55fd8f9 (diff) |
tlperl 5.22.1 from siep
git-svn-id: svn://tug.org/texlive/trunk@40252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/pTk/tkImgPhoto.m')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Tk/pTk/tkImgPhoto.m | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/pTk/tkImgPhoto.m b/Master/tlpkg/tlperl/lib/Tk/pTk/tkImgPhoto.m deleted file mode 100644 index 1e1e302a6c6..00000000000 --- a/Master/tlpkg/tlperl/lib/Tk/pTk/tkImgPhoto.m +++ /dev/null @@ -1,55 +0,0 @@ -#ifndef _TKIMGPHOTO_VM -#define _TKIMGPHOTO_VM -#include "tkImgPhoto_f.h" -#ifndef NO_VTABLES -#define tkImgFmtPPM (*TkimgphotoVptr->V_tkImgFmtPPM) -#ifndef Tk_CreateOldPhotoImageFormat -# define Tk_CreateOldPhotoImageFormat (*TkimgphotoVptr->V_Tk_CreateOldPhotoImageFormat) -#endif - -#ifndef Tk_CreatePhotoImageFormat -# define Tk_CreatePhotoImageFormat (*TkimgphotoVptr->V_Tk_CreatePhotoImageFormat) -#endif - -#ifndef Tk_DitherPhoto -# define Tk_DitherPhoto (*TkimgphotoVptr->V_Tk_DitherPhoto) -#endif - -#ifndef Tk_FindPhoto -# define Tk_FindPhoto (*TkimgphotoVptr->V_Tk_FindPhoto) -#endif - -#ifndef Tk_PhotoBlank -# define Tk_PhotoBlank (*TkimgphotoVptr->V_Tk_PhotoBlank) -#endif - -#ifndef Tk_PhotoExpand -# define Tk_PhotoExpand (*TkimgphotoVptr->V_Tk_PhotoExpand) -#endif - -#ifndef Tk_PhotoFormatName -# define Tk_PhotoFormatName (*TkimgphotoVptr->V_Tk_PhotoFormatName) -#endif - -#ifndef Tk_PhotoGetImage -# define Tk_PhotoGetImage (*TkimgphotoVptr->V_Tk_PhotoGetImage) -#endif - -#ifndef Tk_PhotoGetSize -# define Tk_PhotoGetSize (*TkimgphotoVptr->V_Tk_PhotoGetSize) -#endif - -#ifndef Tk_PhotoPutBlock -# define Tk_PhotoPutBlock (*TkimgphotoVptr->V_Tk_PhotoPutBlock) -#endif - -#ifndef Tk_PhotoPutZoomedBlock -# define Tk_PhotoPutZoomedBlock (*TkimgphotoVptr->V_Tk_PhotoPutZoomedBlock) -#endif - -#ifndef Tk_PhotoSetSize -# define Tk_PhotoSetSize (*TkimgphotoVptr->V_Tk_PhotoSetSize) -#endif - -#endif /* NO_VTABLES */ -#endif /* _TKIMGPHOTO_VM */ |