diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-06 17:34:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-06 17:59:28 +0200 |
commit | 4ef122afaedc22b4e79c1d3cae3e97e74b11208a (patch) | |
tree | 7ad93839de0d5737b8ba8a11bcf86b6c43e91e43 /editor/tests | |
parent | 27dc0027f294b8b3ed9a5dac5809c7fbaeb20ddb (diff) |
c
Diffstat (limited to 'editor/tests')
-rw-r--r-- | editor/tests/path-test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index ac95bcd9..b5161e9f 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -41,7 +41,6 @@ struct path_test final : base_test bool has_result : 1 = false, has_pending : 1 = false; }; - bool path_test::handle_key(app& a, const key_event& e, bool is_down) { (void)a; (void)e; (void)is_down; |