[gnome-builder] ctags: remove unneeded line



commit 5e16254be1c9b071484527cebc8e0a22adcf52fb
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Fri Apr 21 22:53:47 2017 +0200

    ctags: remove unneeded line
    
    This line was forbidden us to use the "ctag-path" setting

 plugins/ctags/ide-ctags-builder.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/ctags/ide-ctags-builder.c b/plugins/ctags/ide-ctags-builder.c
index 219c87d..a51eb76 100644
--- a/plugins/ctags/ide-ctags-builder.c
+++ b/plugins/ctags/ide-ctags-builder.c
@@ -301,7 +301,6 @@ ide_ctags_builder_build_async (IdeTagsBuilder      *builder,
   task_data->ctags = g_settings_get_string (settings, "ctags-path");
   task_data->directory = g_object_ref (directory_or_file);
   task_data->recursive = recursive;
-  task_data->ctags = g_strdup ("ctags");
 
   /*
    * The destination directory for the tags should match the hierarchy


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]