From 4a35468301f1042e10a0800592332619d19eb017 Mon Sep 17 00:00:00 2001
From: Jeff Young <jeff@rokeby.ie>
Date: Thu, 30 Jan 2025 18:36:30 +0000
Subject: [PATCH] LIB_TREE_MODEL_ADAPTER is not symbol-specific.

---
 include/lib_tree_model_adapter.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/lib_tree_model_adapter.h b/include/lib_tree_model_adapter.h
index 82a594ba35..243d94aba2 100644
--- a/include/lib_tree_model_adapter.h
+++ b/include/lib_tree_model_adapter.h
@@ -142,9 +142,7 @@ public:
     void SaveSettings();
 
     /**
-     * Set the symbol filter type. Must be set before adding libraries
-     *
-     * @param aFilter   if SYM_FILTER_POWER, only power parts are loaded
+     * Set the filter. Must be set before adding libraries.
      */
     void SetFilter( std::function<bool( LIB_TREE_NODE& aNode )>* aFilter ) { m_filter = aFilter; }