Remove print() methods: all unused
[novacoin.git] / src / alert.h
index 3e4dd53..c417842 100644 (file)
@@ -61,7 +61,6 @@ public:
     void SetNull();
 
     std::string ToString() const;
-    void print() const;
 };
 
 /** An alert is a combination of a serialized CUnsignedAlert and a signature. */