remove CPubKey::VerifyCompact( ) which is never used
[novacoin.git] / src / key.h
index 5c42c41..40e8790 100644 (file)
--- a/src/key.h
+++ b/src/key.h
@@ -201,7 +201,6 @@ public:
     }
 
     bool Verify(const uint256& hash, const std::vector<unsigned char>& vchSig) const;
-    bool VerifyCompact(const uint256 &hash, const std::vector<unsigned char>& vchSig);
 
     bool SetCompactSignature(const uint256 &hash, const std::vector<unsigned char>& vchSig);