summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2022-09-17 00:18:22 (GMT)
committermarc_culler <marc.culler@gmail.com>2022-09-17 00:18:22 (GMT)
commit49626ddf736caf1e892c3cfb9204b97b542b0500 (patch)
tree46f1415a7c5d59acba5de0db000611b27d12b4ce /macosx/tkMacOSXPrivate.h
parentf0641c960f92d80fd6f2c991fa923ce0a8857213 (diff)
downloadtk-49626ddf736caf1e892c3cfb9204b97b542b0500.zip
tk-49626ddf736caf1e892c3cfb9204b97b542b0500.tar.gz
tk-49626ddf736caf1e892c3cfb9204b97b542b0500.tar.bz2
Replace [NSApp currentAppearance] by [NSApp effectiveAppearance], now that I know it exists.
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index 67947c8..62523b8 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -368,11 +368,6 @@ VISIBILITY_HIDDEN
- (void)_lockAutoreleasePool;
- (void)_unlockAutoreleasePool;
@end
-#if MAC_OS_X_VERSION_MAX_ALLOWED >= 101400
-@interface TKApplication(TKColor)
-- (NSAppearance *) currentAppearance;
-@end
-#endif
@interface TKApplication(TKKeyboard)
- (void) keyboardChanged: (NSNotification *) notification;
@end