From 973db12fe33bab8e6efca80deca358b4998d5eb2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 17 Jul 2024 11:01:54 -0400 Subject: Remove redundant casts --- src/gui/GraphBox.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/GraphBox.cpp') diff --git a/src/gui/GraphBox.cpp b/src/gui/GraphBox.cpp index 9efba2ee..2de4fa33 100644 --- a/src/gui/GraphBox.cpp +++ b/src/gui/GraphBox.cpp @@ -931,8 +931,7 @@ GraphBox::event_animate_signals_toggled() _app->interface()->set_property( URI("ingen:/clients/this"), _app->uris().ingen_broadcast, - _app->forge().make( - static_cast(_menu_animate_signals->get_active()))); + _app->forge().make(_menu_animate_signals->get_active())); } void -- cgit v1.2.1