From 2ebbffb20bb9b75e2f812583b54531e53b72887c Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 30 Oct 2006 12:46:19 +0000 Subject: [PATCH] removing an unnecessary function left in [2401] by mistake --- .../products/gLiveSupport/src/SearchWindow.h | 17 ----------------- 1 file changed, 17 deletions(-) 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.