removed CNetworkDummy as it was not being used

This commit is contained in:
Mathew Sutcliffe
2014-01-14 23:12:43 +00:00
parent 92276eb5bf
commit 84ec984e0e
2 changed files with 0 additions and 30 deletions

View File

@@ -9,7 +9,6 @@
#include <type_traits>
static_assert(! std::is_abstract<BlackCore::CNetworkVatlib>::value, "Must implement all pure virtuals");
static_assert(! std::is_abstract<BlackCore::CNetworkDummy>::value, "Must implement all pure virtuals");
//TODO just placeholders to allow this to compile
#define CLIENT_NAME_VERSION "BlackBox 0.3"