summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-abilities-list.c
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2014-07-19 11:28:00 +0000
committerMarcus Meissner <marcus@jet.franken.de>2014-07-19 11:28:00 +0000
commit454b76fbe4eb16de8fec2e9865147d6b98ce6c24 (patch)
tree2993c522dadcf782d27735a7ae8e3cb78e88a7b7 /libgphoto2/gphoto2-abilities-list.c
parent8aa25d2075bc01ba4d9895ab7c8adef0cfb27547 (diff)
downloadlibgphoto2-454b76fbe4eb16de8fec2e9865147d6b98ce6c24.tar.gz
From: Axel Waggershauser <awagger@web.de>
2) only replaces the existing GP_DEBUG with the new GP_LOG_D and removes the GP_MODULE strings git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15079 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-abilities-list.c')
-rw-r--r--libgphoto2/gphoto2-abilities-list.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgphoto2/gphoto2-abilities-list.c b/libgphoto2/gphoto2-abilities-list.c
index 9d5004238..0a29d65a4 100644
--- a/libgphoto2/gphoto2-abilities-list.c
+++ b/libgphoto2/gphoto2-abilities-list.c
@@ -56,9 +56,6 @@
#endif
/** \internal */
-#define GP_MODULE "gphoto2-abilities-list"
-
-/** \internal */
#define CHECK_NULL(r) {if (!(r)) return (GP_ERROR_BAD_PARAMETERS);}
/** \internal */
#define CHECK_RESULT(result) {int r = (result); if (r < 0) return (r);}