diff options
author | Teddy Wing | 2023-09-09 20:46:13 +0200 |
---|---|---|
committer | Teddy Wing | 2023-09-09 20:46:13 +0200 |
commit | cfe5c30df32bca2a098c683ddf69ad8a78ed305d (patch) | |
tree | ef314f190c96c00e9c9d1100645a86270039591b /src/AppDelegate.h | |
parent | 70a98332cba2a71fe6ffb109e40877bf48e89386 (diff) | |
download | Base-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.h | 1 |
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 |