From aa1535aa11d8a1bc77cc76e361fb3951fa35fe40 Mon Sep 17 00:00:00 2001 From: Skaleee <78816681+Skaleee@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:49:00 +0200 Subject: [PATCH] fix mac build --- plugins/gui/include/gui/graph_widget/graph_graphics_view.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/gui/include/gui/graph_widget/graph_graphics_view.h b/plugins/gui/include/gui/graph_widget/graph_graphics_view.h index 1882f809285..58a4f00eabc 100644 --- a/plugins/gui/include/gui/graph_widget/graph_graphics_view.h +++ b/plugins/gui/include/gui/graph_widget/graph_graphics_view.h @@ -151,7 +151,6 @@ namespace hal void handleQueryShortestPath(); void handleSelectOutputs(); void handleSelectInputs(); - void handleGroupingUnassign(); void handleAddModuleToView(); void handleAddGateToView();