diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-01-24 09:33:04 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-01-24 09:33:04 +0000 |
| commit | 66633a4d9536b6c4f8ef4af22b359ea255603d6c (patch) | |
| tree | 334f6b368d5ea7fd8424dec571270839d2474b3c | |
| parent | f3313501182025fda30c16d7d53516e4b57061df (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.h | 4 |
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) |
