summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-01-24 09:33:04 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-01-24 09:33:04 +0000
commit66633a4d9536b6c4f8ef4af22b359ea255603d6c (patch)
tree334f6b368d5ea7fd8424dec571270839d2474b3c
parentf3313501182025fda30c16d7d53516e4b57061df (diff)
Core: Remove unused macro lasso_warn_deprecated
* lasso/utils.h: remove macros lasso_warn_deprecated, use GCC attributes and gtkdoc markers instead.
-rw-r--r--lasso/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lasso/utils.h b/lasso/utils.h
index 1e0dbddd..e3cc1e16 100644
--- a/lasso/utils.h
+++ b/lasso/utils.h
@@ -167,10 +167,6 @@
} \
}
-/* Warn of a call to a deprecated function */
-#define lasso_warn_deprecated() \
- g_warning("Function %s is deprecated !!!", G_STRFUNC)
-
/* Declare type of element in a container */
#define OFTYPE(x)