Merge branch 'master' of github.com:novacoin-project/novacoin
[novacoin.git] / src / alert.cpp
index 65927ed..2518667 100644 (file)
@@ -9,7 +9,7 @@
 #include "key.h"
 #include "net.h"
 #include "sync.h"
-#include "ui_interface.h"
+#include "interface.h"
 
 using namespace std;
 
@@ -79,11 +79,6 @@ std::string CUnsignedAlert::ToString() const
         strStatusBar.c_str());
 }
 
-void CUnsignedAlert::print() const
-{
-    printf("%s", ToString().c_str());
-}
-
 void CAlert::SetNull()
 {
     CUnsignedAlert::SetNull();