diff --git a/campcaster/src/products/gLiveSupport/src/SearchWindow.h b/campcaster/src/products/gLiveSupport/src/SearchWindow.h index 5a082a74d..b45539ec4 100644 --- a/campcaster/src/products/gLiveSupport/src/SearchWindow.h +++ b/campcaster/src/products/gLiveSupport/src/SearchWindow.h @@ -285,23 +285,6 @@ class SearchWindow : public GuiWindow : remoteSearchCriteria; } - /** - * Set the search criteria for the currently selected kind. - * Sets either localSearchCriteria or remoteSearchCriteria - * depending on the value of searchIsLocal(). - * - * @param criteria the new criteria to be saved. - */ - void - setSearchCriteria(Ptr::Ref criteria) throw () - { - if (searchIsLocal()) { - localSearchCriteria = criteria; - } else { - remoteSearchCriteria = criteria; - } - } - /** * Get the number of search results found by the last search * of the currently selected kind.