summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/sslcert.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/desktop/sslcert.c b/desktop/sslcert.c
index 0a858946e..e9c4b9c5a 100644
--- a/desktop/sslcert.c
+++ b/desktop/sslcert.c
@@ -24,11 +24,6 @@
#include "desktop/sslcert.h"
#include "desktop/tree.h"
-
-
-
-
-
/**
* Get flags with which the sslcert tree should be created;
*
@@ -36,7 +31,7 @@
*/
unsigned int sslcert_get_tree_flags(void)
{
- return TREE_NO_DRAGS | TREE_NO_SELECT | TREE_SSLCERT;
+ return TREE_SSLCERT;
}