[gnome-maps/wip/mlundblad/remove-contacts: 7/7] Remove maps-contact




commit 90ff58045dca5d5668a2acb3e221611fdc984610
Author: Marcus Lundblad <ml dfupdate se>
Date:   Wed Jun 22 22:37:40 2022 +0200

    Remove maps-contact

 lib/maps-contact.c | 339 -----------------------------------------------------
 lib/maps-contact.h |  54 ---------
 lib/maps.h         |   1 -
 lib/meson.build    |   2 -
 4 files changed, 396 deletions(-)
---
diff --git a/lib/maps.h b/lib/maps.h
index 10d8eb73..d55051d7 100644
--- a/lib/maps.h
+++ b/lib/maps.h
@@ -19,6 +19,5 @@
 #define __MAPS_H__
 
 #include <glib-object.h>
-#include "maps-contact.h"
 
 #endif
diff --git a/lib/meson.build b/lib/meson.build
index 431ba1f9..bdbb4b01 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -1,7 +1,6 @@
 maps_h = 'maps.h'
 
 headers_private = files(
-       'maps-contact.h',
        'maps-file-tile-source.h',
        'maps-osm.h',
        'maps-osm-changeset.h',
@@ -13,7 +12,6 @@ headers_private = files(
 )
 
 sources = files(
-       'maps-contact.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]