summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInt.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-05-29 13:00:41 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-05-29 13:00:41 (GMT)
commit7982579bbbeea8c8e9afd4b1e1204a3d71fa7d9e (patch)
tree74aa5a301723748251b804324eef78a57f424050 /macosx/tkMacOSXInt.h
parent5e272e626174a5be076bf590ce97e4dbce3a895f (diff)
downloadtk-7982579bbbeea8c8e9afd4b1e1204a3d71fa7d9e.zip
tk-7982579bbbeea8c8e9afd4b1e1204a3d71fa7d9e.tar.gz
tk-7982579bbbeea8c8e9afd4b1e1204a3d71fa7d9e.tar.bz2
Fix second part of [0e658c9479]: Remove unused function declarations from tkMacOSXInt.h - TkpRetainRegion() and TkpReleaseRegion()
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r--macosx/tkMacOSXInt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h
index eeb4441..f47ed6e 100644
--- a/macosx/tkMacOSXInt.h
+++ b/macosx/tkMacOSXInt.h
@@ -160,8 +160,6 @@ typedef struct TkWindowPrivate MacDrawable;
*/
MODULE_SCOPE void TkMacOSXDefaultStartupScript(void);
-MODULE_SCOPE void TkpRetainRegion(Region r);
-MODULE_SCOPE void TkpReleaseRegion(Region r);
MODULE_SCOPE Bool TkTestLogDisplay(Drawable drawable);
/*