summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2010-09-01 20:48:57 +0200
committerTollef Fog Heen <tfheen@err.no>2010-09-01 20:48:57 +0200
commit03bd4a55287cd9492c5fde6adb1ac81a37b75cce (patch)
tree91f9562fcb3b446f2b5d34746d030f4b28dc1c33 /parse.h
parent2b86e9b4664fd43622e2cd5ab47713a818758970 (diff)
downloadpkg-config-03bd4a55287cd9492c5fde6adb1ac81a37b75cce.tar.gz
Drop support for legacy -config scripts
We used to call gnome-config, gtk-config, glib-config and so on, which was useful in the beginning of pkg-config. This hasn't served any practical purpose in recent years, so drop the support.
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index 0da036c..4c370d4 100644
--- a/parse.h
+++ b/parse.h
@@ -26,8 +26,6 @@ Package *parse_package_file (const char *path, gboolean ignore_requires,
gboolean ignore_private_libs,
gboolean ignore_requires_private);
-Package *get_compat_package (const char *name);
-
GSList *parse_module_list (Package *pkg, const char *str, const char *path);
#endif