From 042f96ccbc8a39abc14ebee0ead853cd57f5c65c Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 29 Apr 2025 16:22:18 +0200 Subject: [PATCH] Removed unused function Removed unused function --- src/Gui/Selection/SelectionFilter.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Gui/Selection/SelectionFilter.h b/src/Gui/Selection/SelectionFilter.h index c4faf33357..4ffe5803d5 100644 --- a/src/Gui/Selection/SelectionFilter.h +++ b/src/Gui/Selection/SelectionFilter.h @@ -115,9 +115,6 @@ protected: return nullptr; } - static const char* nullString() { - return nullptr; - } SelectionFilterGate(); protected: