aboutsummaryrefslogtreecommitdiff
path: root/src/Permission.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 03:06:35 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 03:11:39 +0100
commitc4090b670d4a1fdb2b5d18e30764d50827838ee1 (patch)
tree2a7e3f24a8c8aa8b5e78d38007c084114342c834 /src/Permission.hxx
parentddf112378b7e9abef79fde13828ba904723c1ffd (diff)
Permission: use std::map instead of GHashTable
Diffstat (limited to 'src/Permission.hxx')
-rw-r--r--src/Permission.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Permission.hxx b/src/Permission.hxx
index de855849..4ff3850e 100644
--- a/src/Permission.hxx
+++ b/src/Permission.hxx
@@ -29,8 +29,6 @@
int getPermissionFromPassword(char const* password, unsigned* permission);
-void finishPermissions(void);
-
unsigned getDefaultPermissions(void);
void initPermissions(void);