From 557cc359b30aacff372f1b92a8f0f621fcd9c50f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 17 Jul 2013 10:01:46 -0400 Subject: More filter work. --- node/Defaults.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'node/Defaults.hpp') diff --git a/node/Defaults.hpp b/node/Defaults.hpp index 3493c5a8..b9c8ecf5 100644 --- a/node/Defaults.hpp +++ b/node/Defaults.hpp @@ -34,7 +34,6 @@ #include #include "Identity.hpp" #include "InetAddress.hpp" -#include "Filter.hpp" namespace ZeroTier { @@ -66,11 +65,6 @@ public: * Identity used to encrypt and authenticate configuration from URL */ const std::string configAuthority; - - /** - * Default node filter for this platform - */ - const Filter defaultNodeFilter; }; extern const Defaults ZT_DEFAULTS; -- cgit v1.2.3