summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2022-06-22 22:58:17 +0200
committerMarcus Lundblad <ml@dfupdate.se>2022-06-26 21:16:33 +0200
commit6313f4556121920082a9deceecc8c9f496a1eb4f (patch)
tree1ec583ae9ef762b59add9375efc2221b36e4da2d /lib
parentab45dcf5dca5d4bcbedded89ed7bc451be19dc0c (diff)
downloadgnome-maps-6313f4556121920082a9deceecc8c9f496a1eb4f.tar.gz
Remove maps.h header
This is now unused.
Diffstat (limited to 'lib')
-rw-r--r--lib/maps.h23
-rw-r--r--lib/meson.build2
2 files changed, 0 insertions, 25 deletions
diff --git a/lib/maps.h b/lib/maps.h
deleted file mode 100644
index d55051d7..00000000
--- a/lib/maps.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * GNOME Maps is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * GNOME Maps is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
- *
- * Author: Jonas Danielsson <jonas@threetimestwo.org>
- */
-
-#ifndef __MAPS_H__
-#define __MAPS_H__
-
-#include <glib-object.h>
-
-#endif
diff --git a/lib/meson.build b/lib/meson.build
index 27a1f846..06c018d0 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -1,5 +1,3 @@
-maps_h = 'maps.h'
-
headers_private = files(
'maps-file-tile-source.h',
'maps-osm.h',