summaryrefslogtreecommitdiff
path: root/gusb/gusb.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-11-26 20:50:41 +0000
committerRichard Hughes <richard@hughsie.com>2014-11-26 20:50:41 +0000
commit2b3d5041a0c9f8cb21dbed3edb554e160428e860 (patch)
tree0d4af1283937a1a3b72300f95f1fb8e864a30371 /gusb/gusb.h
parent2d3bcea837b91f3a8a35cc57b6bad2b40fbf765f (diff)
downloadgusb-2b3d5041a0c9f8cb21dbed3edb554e160428e860.tar.gz
No longer require G_USB_API_IS_SUBJECT_TO_CHANGE
A silly define doesn't allow us to change the API without bumping soname.
Diffstat (limited to 'gusb/gusb.h')
-rw-r--r--gusb/gusb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gusb/gusb.h b/gusb/gusb.h
index 9778a92..24c60ca 100644
--- a/gusb/gusb.h
+++ b/gusb/gusb.h
@@ -22,10 +22,6 @@
#ifndef __GUSB_H__
#define __GUSB_H__
-#ifndef G_USB_API_IS_SUBJECT_TO_CHANGE
-#error You have to define G_USB_API_IS_SUBJECT_TO_CHANGE
-#endif
-
#define __GUSB_INSIDE__
#include <gusb/gusb-context.h>