summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-26 10:44:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-26 10:44:04 (GMT)
commitae8836e95248ef2e25508b3e234ae1f1ef46efac (patch)
treee7197c37fb5c60b4f815d39faa930fb11563fb5f /macosx/tkMacOSXInt.h
parenta33411438ab9001bdd38f2d693229ec03b565c79 (diff)
parent219216c26fe5f38d29a865b7df2a5f816d20fffa (diff)
downloadtk-ae8836e95248ef2e25508b3e234ae1f1ef46efac.zip
tk-ae8836e95248ef2e25508b3e234ae1f1ef46efac.tar.gz
tk-ae8836e95248ef2e25508b3e234ae1f1ef46efac.tar.bz2
Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables.
Do more cleanup: No browser still supports NSAPI, so functions like Tk_MacOSXSetEmbedHandler() don't make any sense any more
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r--macosx/tkMacOSXInt.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h
index a5e4c9b..56ce98e 100644
--- a/macosx/tkMacOSXInt.h
+++ b/macosx/tkMacOSXInt.h
@@ -99,24 +99,6 @@ typedef struct TkWindowPrivate MacDrawable;
*/
/*
- * This structure is for handling Netscape-type in process
- * embedding where Tk does not control the top-level. It contains
- * various functions that are needed by Mac specific routines, like
- * TkMacOSXGetDrawablePort. The definitions of the function types
- * are in tkMacOSX.h.
- */
-
-typedef struct {
- Tk_MacOSXEmbedRegisterWinProc *registerWinProc;
- Tk_MacOSXEmbedGetGrafPortProc *getPortProc;
- Tk_MacOSXEmbedMakeContainerExistProc *containerExistProc;
- Tk_MacOSXEmbedGetClipProc *getClipProc;
- Tk_MacOSXEmbedGetOffsetInParentProc *getOffsetProc;
-} TkMacOSXEmbedHandler;
-
-MODULE_SCOPE TkMacOSXEmbedHandler *tkMacOSXEmbedHandler;
-
-/*
* GC CGColorRef cache for tkMacOSXColor.c
*/