summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2022-09-21 23:14:34 (GMT)
committermarc_culler <marc.culler@gmail.com>2022-09-21 23:14:34 (GMT)
commite2d02bfd1be02003b61691ee6b38660aeb01c4d7 (patch)
tree2763cbb0381b41678f03843c398a3475e9c583e5 /macosx
parent33379a93ad346299a9b4940b3d9d5b03f14e9eeb (diff)
downloadtk-e2d02bfd1be02003b61691ee6b38660aeb01c4d7.zip
tk-e2d02bfd1be02003b61691ee6b38660aeb01c4d7.tar.gz
tk-e2d02bfd1be02003b61691ee6b38660aeb01c4d7.tar.bz2
Eliminate extraneous declaration of _tkLiveResizeEnded
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXPrivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index f462aba..ad3e006 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -324,7 +324,6 @@ VISIBILITY_HIDDEN
NSArray *_defaultHelpMenuItems, *_defaultFileMenuItems;
NSAutoreleasePool *_mainPool;
NSThread *_backgoundLoop;
- Bool _tkLiveResizeEnded;
#ifdef __i386__
/* The Objective C runtime used on i386 requires this. */