diff options
author | Pablo Barciela <[email protected]> | 2020-08-12 02:16:57 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-09-01 19:54:32 +0200 |
commit | 8e36e51f8644666967d4b95ba6ad9d4c0ef1164f (patch) | |
tree | 303bed74ade02f555a848a027199bd18d1d85e94 /share | |
parent | a410e486f7ada2059bf50d701f806938fe315a04 (diff) | |
download | caja-extensions-8e36e51f8644666967d4b95ba6ad9d4c0ef1164f.tar.bz2 caja-extensions-8e36e51f8644666967d4b95ba6ad9d4c0ef1164f.tar.xz |
Remove unused macros
Diffstat (limited to 'share')
-rw-r--r-- | share/shares.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/shares.c b/share/shares.c index 2e39d56..927de49 100644 --- a/share/shares.c +++ b/share/shares.c @@ -25,8 +25,7 @@ static time_t refresh_timestamp; #define KEY_COMMENT "comment" #define KEY_ACL "usershare_acl" #define KEY_GUEST_OK "guest_ok" -#define GROUP_ALLOW_GUESTS "global" -#define KEY_ALLOW_GUESTS "usershare allow guests" + /* Debugging flags */ static gboolean throw_error_on_refresh; |