diff options
author | marc_culler <marc.culler@gmail.com> | 2022-09-17 00:18:22 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2022-09-17 00:18:22 (GMT) |
commit | 49626ddf736caf1e892c3cfb9204b97b542b0500 (patch) | |
tree | 46f1415a7c5d59acba5de0db000611b27d12b4ce /macosx/tkMacOSXPrivate.h | |
parent | f0641c960f92d80fd6f2c991fa923ce0a8857213 (diff) | |
download | tk-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.h | 5 |
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 |