mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 21:46:57 +03:00
Remove unused flags.
This commit is contained in:
parent
eaae716989
commit
bf11033987
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user