diff options
author | culler <culler> | 2018-11-26 17:27:29 (GMT) |
---|---|---|
committer | culler <culler> | 2018-11-26 17:27:29 (GMT) |
commit | 005e2c1a743b4a795a52f735a0f54e7f1e7d044b (patch) | |
tree | 794a1415d09001b0f00b984d4c63c798c6bedec4 /macosx/tkMacOSXDialog.c | |
parent | 699bf05287364349ba5d1a4abdbe58128f733645 (diff) | |
download | tk-005e2c1a743b4a795a52f735a0f54e7f1e7d044b.zip tk-005e2c1a743b4a795a52f735a0f54e7f1e7d044b.tar.gz tk-005e2c1a743b4a795a52f735a0f54e7f1e7d044b.tar.bz2 |
Mac code cleanup. Move interfaces for subclasses of AppKit classes to
tkMacOSXPrivate.h when possible. Also Utility windows cannot go fullscreen.
Diffstat (limited to 'macosx/tkMacOSXDialog.c')
-rw-r--r-- | macosx/tkMacOSXDialog.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c index f8453c7..e828b39 100644 --- a/macosx/tkMacOSXDialog.c +++ b/macosx/tkMacOSXDialog.c @@ -182,10 +182,6 @@ static NSURL *getFileURL(NSString *directory, NSString *filename) { #pragma mark TKApplication(TKDialog) -@interface NSColorPanel(TKDialog) -- (void) _setUseModalAppearance: (BOOL) flag; -@end - @implementation TKApplication(TKDialog) - (void) tkFilePanelDidEnd: (NSSavePanel *) panel |