From cfe5c30df32bca2a098c683ddf69ad8a78ed305d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 9 Sep 2023 20:46:13 +0200 Subject: 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. --- src/AppDelegate.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/AppDelegate.h') 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 -- cgit v1.2.3