[gnome-builder/wip/chergert/hover] devhelp: remove devhelp documentation provider



commit 800082808ce5a36a042824b2f1d6bba168fa6cd2
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 16 15:26:36 2018 -0700

    devhelp: remove devhelp documentation provider
    
    We will use hover providers for this stuff, so we can avoid doing this
    work right now.

 .../devhelp/gbp-devhelp-documentation-provider.c   | 332 ---------------------
 .../devhelp/gbp-devhelp-documentation-provider.h   |  29 --
 src/plugins/devhelp/gbp-devhelp-plugin.c           |   4 -
 src/plugins/devhelp/meson.build                    |   1 -
 4 files changed, 366 deletions(-)
---
diff --git a/src/plugins/devhelp/gbp-devhelp-plugin.c b/src/plugins/devhelp/gbp-devhelp-plugin.c
index a2acd30d0..12b34fc32 100644
--- a/src/plugins/devhelp/gbp-devhelp-plugin.c
+++ b/src/plugins/devhelp/gbp-devhelp-plugin.c
@@ -21,7 +21,6 @@
 
 #include "gbp-devhelp-editor-addin.h"
 #include "gbp-devhelp-editor-view-addin.h"
-#include "gbp-devhelp-documentation-provider.h"
 #include "gbp-devhelp-hover-provider.h"
 #include "gbp-devhelp-layout-stack-addin.h"
 
@@ -40,7 +39,4 @@ gbp_devhelp_register_types (PeasObjectModule *module)
   peas_object_module_register_extension_type (module,
                                               IDE_TYPE_LAYOUT_STACK_ADDIN,
                                               GBP_TYPE_DEVHELP_LAYOUT_STACK_ADDIN);
-  peas_object_module_register_extension_type (module,
-                                              IDE_TYPE_DOCUMENTATION_PROVIDER,
-                                              GBP_TYPE_DEVHELP_DOCUMENTATION_PROVIDER);
 }
diff --git a/src/plugins/devhelp/meson.build b/src/plugins/devhelp/meson.build
index c03741dd5..f61b0f73a 100644
--- a/src/plugins/devhelp/meson.build
+++ b/src/plugins/devhelp/meson.build
@@ -7,7 +7,6 @@ devhelp_resources = gnome.compile_resources(
 )
 
 devhelp_sources = [
-  'gbp-devhelp-documentation-provider.c',
   'gbp-devhelp-menu-button.c',
   'gbp-devhelp-hover-provider.c',
   'gbp-devhelp-layout-stack-addin.c',


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