[gnome-maps/wip/mlundblad/remove-contacts: 3/9] Remove maps-contact-store




commit 194070b231668ef6d6ea6df61f092db9c7b8603c
Author: Marcus Lundblad <ml dfupdate se>
Date:   Wed Jun 22 22:35:26 2022 +0200

    Remove maps-contact-store

 lib/maps-contact-store.c | 320 -----------------------------------------------
 lib/maps-contact-store.h |  68 ----------
 lib/maps.h               |   1 -
 lib/meson.build          |   2 -
 4 files changed, 391 deletions(-)
---
diff --git a/lib/maps.h b/lib/maps.h
index a6916d2b..10d8eb73 100644
--- a/lib/maps.h
+++ b/lib/maps.h
@@ -19,7 +19,6 @@
 #define __MAPS_H__
 
 #include <glib-object.h>
-#include "maps-contact-store.h"
 #include "maps-contact.h"
 
 #endif
diff --git a/lib/meson.build b/lib/meson.build
index 60543648..431ba1f9 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -2,7 +2,6 @@ maps_h = 'maps.h'
 
 headers_private = files(
        'maps-contact.h',
-       'maps-contact-store.h',
        'maps-file-tile-source.h',
        'maps-osm.h',
        'maps-osm-changeset.h',
@@ -15,7 +14,6 @@ headers_private = files(
 
 sources = files(
        'maps-contact.c',
-       'maps-contact-store.c',
        'maps-file-tile-source.c',
        'maps-osm.c',
        'maps-osm-changeset.c',


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