remove CTransaction::IsNewerThan which is never used
[novacoin.git] / src / main.h
index 1a61a63..a9f72ad 100644 (file)
@@ -434,7 +434,6 @@ public:
     }
 
     bool IsFinal(int nBlockHeight=0, int64_t nBlockTime=0) const;
-    bool IsNewerThan(const CTransaction& old) const;
 
     bool IsCoinBase() const
     {