summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
authorkevin_walzer <kevin_walzer@noemail.net>2014-07-28 02:43:41 (GMT)
committerkevin_walzer <kevin_walzer@noemail.net>2014-07-28 02:43:41 (GMT)
commit1f41065c86cf35c86fdde6f1606bade41e2d9113 (patch)
tree445624d698481ea29f4ecd73cc8bd7cb4ab70fd3 /macosx/tkMacOSXPrivate.h
parent412fe9acbd04a03ce31cc6dca1927163ebd132da (diff)
downloadtk-1f41065c86cf35c86fdde6f1606bade41e2d9113.zip
tk-1f41065c86cf35c86fdde6f1606bade41e2d9113.tar.gz
tk-1f41065c86cf35c86fdde6f1606bade41e2d9113.tar.bz2
Fine-tune scrolling, especially of text widgets with embedded windows, after removal of private API calls; performance is now better and within acceptable ranges.
FossilOrigin-Name: f0b70973a46d9aee8ffa16cdd65d12e17623090c
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index fd32c4b..adc7106 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -365,12 +365,4 @@ VISIBILITY_HIDDEN
keyEquivalentModifierMask:(NSUInteger)keyEquivalentModifierMask;
@end
-//Remove private API calls here: not necessary for systems >= 10.7
-#if 0
-/* From WebKit/WebKit/mac/WebCoreSupport/WebChromeClient.mm: */
-@interface NSWindow(TKGrowBoxRect)
-- (NSRect)_growBoxRect;
-@end
-#endif
-
#endif /* _TKMACPRIV */