[gnome-builder] git: remove git search provider



commit 8a1fe04e4367d32a46ef65770a6f6027e6c7c71e
Author: Christian Hergert <christian hergert me>
Date:   Fri Jun 12 21:28:50 2015 -0700

    git: remove git search provider
    
    The file-search plugin is replacing this, as it is backend agnostic.

 libide/Makefile.am                   |    6 -
 libide/git/ide-git-search-index.c    |  465 ----------------------------------
 libide/git/ide-git-search-index.h    |   39 ---
 libide/git/ide-git-search-provider.c |  231 -----------------
 libide/git/ide-git-search-provider.h |   34 ---
 libide/git/ide-git-search-result.c   |  109 --------
 libide/git/ide-git-search-result.h   |   32 ---
 libide/ide.c                         |    8 -
 libide/ide.h                         |    1 -
 9 files changed, 0 insertions(+), 925 deletions(-)
---
diff --git a/libide/Makefile.am b/libide/Makefile.am
index ab0137e..569552d 100644
--- a/libide/Makefile.am
+++ b/libide/Makefile.am
@@ -19,8 +19,6 @@ libide_1_0_la_public_sources = \
        doap/ide-doap.h \
        git/ide-git-remote-callbacks.c \
        git/ide-git-remote-callbacks.h \
-       git/ide-git-search-result.c \
-       git/ide-git-search-result.h \
        git/ide-git-vcs.c \
        git/ide-git-vcs.h \
        html/ide-html-language.c \
@@ -251,10 +249,6 @@ libide_1_0_la_SOURCES = \
        gconstructor.h \
        git/ide-git-buffer-change-monitor.c \
        git/ide-git-buffer-change-monitor.h \
-       git/ide-git-search-index.c \
-       git/ide-git-search-index.h \
-       git/ide-git-search-provider.c \
-       git/ide-git-search-provider.h \
        gjs/ide-gjs-script.cpp \
        gjs/ide-gjs-script.h \
        gsettings/ide-gsettings-file-settings.c \
diff --git a/libide/ide.c b/libide/ide.c
index cbe135a..383bb64 100644
--- a/libide/ide.c
+++ b/libide/ide.c
@@ -35,7 +35,6 @@
 #include "ide-editorconfig-file-settings.h"
 #include "ide-file-settings.h"
 #include "ide-gca-service.h"
-#include "ide-git-search-provider.h"
 #include "ide-git-vcs.h"
 #include "ide-gjs-script.h"
 #include "ide-gsettings-file-settings.h"
@@ -166,13 +165,6 @@ ide_init_ctor (void)
                                   IDE_SCRIPT_EXTENSION_POINT".py",
                                   -100);
 
-#if 0
-  g_io_extension_point_implement (IDE_SEARCH_PROVIDER_EXTENSION_POINT,
-                                  IDE_TYPE_GIT_SEARCH_PROVIDER,
-                                  IDE_SEARCH_PROVIDER_EXTENSION_POINT".git",
-                                  -100);
-#endif
-
   g_io_extension_point_implement (IDE_SERVICE_EXTENSION_POINT,
                                   IDE_TYPE_CLANG_SERVICE,
                                   IDE_SERVICE_EXTENSION_POINT".clang",
diff --git a/libide/ide.h b/libide/ide.h
index d997ff8..b5e6a17 100644
--- a/libide/ide.h
+++ b/libide/ide.h
@@ -101,7 +101,6 @@ G_BEGIN_DECLS
 #include "doap/ide-doap-person.h"
 #include "doap/ide-doap.h"
 #include "git/ide-git-remote-callbacks.h"
-#include "git/ide-git-search-result.h"
 #include "git/ide-git-vcs.h"
 #include "html/ide-html-language.h"
 #include "local/ide-local-device.h"


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