From f426f2e65446d12cb81c1278ccc21f4cd8872a84 Mon Sep 17 00:00:00 2001
From: cneben <benoit@destrat.io>
Date: Tue, 20 Feb 2024 16:24:44 +0100
Subject: [PATCH] #223 Polish / cosmetic.

Signed-off-by: cneben <benoit@destrat.io>
---
 src/qanGraph.cpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/qanGraph.cpp b/src/qanGraph.cpp
index 3358bc7a..8891d3c5 100644
--- a/src/qanGraph.cpp
+++ b/src/qanGraph.cpp
@@ -1436,12 +1436,6 @@ bool    Graph::hasSelection() const
 
 bool    Graph::hasMultipleSelection() const
 {
-    // Note 20231104: There is still no support for multiple edge selection,
-    // but an heterogeneous selection of nodes and groups is a multiple selection
-    // FIXME #223 again
-    /*return (_selectedNodes.size() +
-            _selectedGroups.size()) > 1 ||
-            _selectedEdges.size() > 1;*/
     return (_selectedNodes.size() +
             _selectedGroups.size() +
             _selectedEdges.size()) > 1;