diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-22 18:57:32 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-22 18:57:32 +0300 |
commit | dd9cf5468a032542f422f6301654d87b557c7cc4 (patch) | |
tree | a3a25982738d749fc841398b4b3c82970ea97261 /plugins/HistoryStats/src/protocol.cpp | |
parent | 14647b20775d365cff82808eeca6f8a547c60e20 (diff) |
massive code cleaning (fixes #653)
Diffstat (limited to 'plugins/HistoryStats/src/protocol.cpp')
-rw-r--r-- | plugins/HistoryStats/src/protocol.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/HistoryStats/src/protocol.cpp b/plugins/HistoryStats/src/protocol.cpp deleted file mode 100644 index 16374745d3..0000000000 --- a/plugins/HistoryStats/src/protocol.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "stdafx.h"
-#include "protocol.h"
-
-#include "utils.h"
-
-ext::string Protocol::getDisplayName(const ext::a::string& protocol)
-{
- PROTOACCOUNT *pa = Proto_GetAccount(protocol.c_str());
- return (pa == NULL) ? utils::fromA(protocol) : pa->tszAccountName;
-}
|