From 097db6919cc185342e6b3fed347ba15dae9d004d Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 20 Nov 2013 16:06:35 -0500 Subject: 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 --- mission-control-plugins/account-storage.h | 1 - 1 file changed, 1 deletion(-) 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, -- cgit v1.2.3