summaryrefslogtreecommitdiff
path: root/thunar
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-12-26 22:43:23 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2021-12-26 22:43:23 +0100
commit7587715f9ad8e1d340f80dddb97a48adfa5a9132 (patch)
treeb1edbe046564322fbbb887e9a6e5ad29f6d11659 /thunar
parentf2d9d8127f34798a61953c53d8fb02931b6e990f (diff)
downloadthunar-7587715f9ad8e1d340f80dddb97a48adfa5a9132.tar.gz
Prevent warning "unsused variable"
Diffstat (limited to 'thunar')
-rw-r--r--thunar/thunar-window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index be7baf43..83de10fe 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -2953,8 +2953,6 @@ static void
thunar_window_resume_search (ThunarWindow *window,
const gchar *initial_text)
{
- GType view_type;
-
_thunar_return_if_fail (THUNAR_IS_WINDOW (window));
/* when setting up the location entry do not resent the search query to the standard view, there is a search ongoing */