[Xfce4-commits] [apps/xfdashboard] 01/01: Remove unused code
noreply at xfce.org
noreply at xfce.org
Mon Feb 15 11:43:18 CET 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 328067b45c9e0fac39eeaa6c86b95358ce7e2e42
Author: Stephan Haller <nomad at froevel.de>
Date: Mon Feb 15 11:43:10 2016 +0100
Remove unused code
---
xfdashboard/search-view.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/xfdashboard/search-view.c b/xfdashboard/search-view.c
index 5732d90..fdc3de9 100644
--- a/xfdashboard/search-view.c
+++ b/xfdashboard/search-view.c
@@ -1674,9 +1674,6 @@ void xfdashboard_search_view_reset_search(XfdashboardSearchView *self)
}
g_list_free_full(providers, (GDestroyNotify)_xfdashboard_search_view_provider_data_unref);
- /* Ensure view is visible for next search by moving view to top-left position */
- // TODO: xfdashboard_view_scroll_to(XFDASHBOARD_VIEW(self), 0.0f, 0.0f);
-
/* Reset last search terms used in this view */
if(priv->lastTerms)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list