summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-07-28 02:44:57 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-07-28 02:44:57 (GMT)
commitc5695e766b9c40219e9280af36c65998d30e6eb7 (patch)
tree641ce1d6fc66d418ec040244ff78297e680f97c8 /macosx/tkMacOSXPrivate.h
parent42ed9ac756fe0fedb878602d401c858c0117ea22 (diff)
downloadtk-c5695e766b9c40219e9280af36c65998d30e6eb7.zip
tk-c5695e766b9c40219e9280af36c65998d30e6eb7.tar.gz
tk-c5695e766b9c40219e9280af36c65998d30e6eb7.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.
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index 42287c7..4855635 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -363,12 +363,5 @@ 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 */