diff --git a/alethzero/MainWin.cpp b/alethzero/MainWin.cpp index 6055ed8e5..40da495b1 100644 --- a/alethzero/MainWin.cpp +++ b/alethzero/MainWin.cpp @@ -478,7 +478,6 @@ QString Main::pretty(dev::Address _a) const return fromRaw(n); } - template inline string toBase36(FixedHash const& _h) { static char const* c_alphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";