[Xfce4-commits] [xfce/thunar] 02/02: Remove unused variable in thunar_standard_view_set_history
noreply at xfce.org
noreply at xfce.org
Tue Apr 21 11:56:42 CEST 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit a32265e1bb74a800ad782f81948d9341732fe764
Author: Harald Judt <h.judt at gmx.at>
Date: Tue Apr 21 11:54:59 2015 +0200
Remove unused variable in thunar_standard_view_set_history
Fix gcc warning.
---
thunar/thunar-standard-view.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index e0d6e16..7e8eef0 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -4437,8 +4437,6 @@ void
thunar_standard_view_set_history (ThunarStandardView *standard_view,
ThunarHistory *history)
{
- ThunarFile *file;
-
_thunar_return_if_fail (THUNAR_IS_STANDARD_VIEW (standard_view));
_thunar_return_if_fail (history == NULL || THUNAR_IS_HISTORY (history));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list