summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/protocol.h')
-rw-r--r--plugins/HistoryStats/src/protocol.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/HistoryStats/src/protocol.h b/plugins/HistoryStats/src/protocol.h
deleted file mode 100644
index 2d1e6ee072..0000000000
--- a/plugins/HistoryStats/src/protocol.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#if !defined(HISTORYSTATS_GUARD_PROTOCOL_H)
-#define HISTORYSTATS_GUARD_PROTOCOL_H
-
-#include "stdafx.h"
-#include "_consts.h"
-
-#include <set>
-
-class Protocol
-{
-public:
- static ext::string getDisplayName(const ext::a::string& protocol);
-
-public:
- ext::string displayName;
-};
-
-#endif // HISTORYSTATS_GUARD_PROTOCOL_H \ No newline at end of file