aboutsummaryrefslogtreecommitdiffstats
path: root/src/AppDelegate.h
diff options
context:
space:
mode:
authorTeddy Wing2023-09-09 20:46:13 +0200
committerTeddy Wing2023-09-09 20:46:13 +0200
commitcfe5c30df32bca2a098c683ddf69ad8a78ed305d (patch)
treeef314f190c96c00e9c9d1100645a86270039591b /src/AppDelegate.h
parent70a98332cba2a71fe6ffb109e40877bf48e89386 (diff)
downloadBase-Windowed-Application-cfe5c30df32bca2a098c683ddf69ad8a78ed305d.tar.bz2
Clean up "Find" menu tests
* Remove the `NSTextFinder` code as it's not necessary to get a find bar for an `NSTextView`. * Remove the commented notes for the "Find" menu.
Diffstat (limited to 'src/AppDelegate.h')
-rw-r--r--src/AppDelegate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AppDelegate.h b/src/AppDelegate.h
index 4dba427..d48e22c 100644
--- a/src/AppDelegate.h
+++ b/src/AppDelegate.h
@@ -4,6 +4,5 @@
NSWindow *_window;
NSScrollView *_scroll_view;
NSTextView *_text_view;
- // NSTextFinder *_text_finder;
}
@end