Remove unused flags.

This commit is contained in:
Michael Drake 2013-08-13 13:43:08 +01:00
parent eaae716989
commit bf11033987

View File

@ -24,11 +24,6 @@
#include "desktop/sslcert.h" #include "desktop/sslcert.h"
#include "desktop/tree.h" #include "desktop/tree.h"
/** /**
* Get flags with which the sslcert tree should be created; * Get flags with which the sslcert tree should be created;
* *
@ -36,7 +31,7 @@
*/ */
unsigned int sslcert_get_tree_flags(void) unsigned int sslcert_get_tree_flags(void)
{ {
return TREE_NO_DRAGS | TREE_NO_SELECT | TREE_SSLCERT; return TREE_SSLCERT;
} }