diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-27 10:33:56 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-27 11:28:31 +0100 |
commit | 9fdee928e7ddc60991f659db321f1e2b258752e0 (patch) | |
tree | 159f110bdeddd50148bdd24bec39750eceffcad3 /salut/utils.h | |
parent | ea6eaf850fc3c77b7e944f3556300bec9eadf9c3 (diff) |
caps-manager, status: don't bother checking for caps prefixes
This was really confusing and wrong tbh. Just leave the namespace in
everywhere.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'salut/utils.h')
-rw-r--r-- | salut/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/salut/utils.h b/salut/utils.h index 52e0648..e73ca8e 100644 --- a/salut/utils.h +++ b/salut/utils.h @@ -44,7 +44,6 @@ typedef enum { YTST_MESSAGE_ERROR_ITEM_NOT_FOUND, } YtstMessageError; -#define CAPS_FEATURE_PREFIX YTST_CAPABILITIES_NS ":" #define SERVICE_PREFIX YTST_CAPABILITIES_NS "#" gint ytst_message_error_type_to_wocky (guint ytstenut_type); |