diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-11-20 16:06:35 -0500 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-29 19:28:33 +0000 |
commit | 097db6919cc185342e6b3fed347ba15dae9d004d (patch) | |
tree | 3b846508619b7544d0f1137f2dd80c1b3b6184a3 | |
parent | e7ba5a86df4e90ec334a4c8ff9a11f9305458e00 (diff) |
Remove MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_KEYRING
I makes no sense now that MC stopped caring about secrets.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27727
-rw-r--r-- | mission-control-plugins/account-storage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mission-control-plugins/account-storage.h b/mission-control-plugins/account-storage.h index 1a30b5ed..1e4c5873 100644 --- a/mission-control-plugins/account-storage.h +++ b/mission-control-plugins/account-storage.h @@ -30,7 +30,6 @@ G_BEGIN_DECLS #define MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_READONLY -1 #define MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_DEFAULT 0 #define MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_NORMAL 100 -#define MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_KEYRING 10000 typedef enum { MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED = 0, |