aboutsummaryrefslogtreecommitdiff
path: root/src/ui_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r--src/ui_interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h
index 5bcc4331a6..d408f6f889 100644
--- a/src/ui_interface.h
+++ b/src/ui_interface.h
@@ -128,10 +128,6 @@ void InitWarning(const std::string& str);
/** Show error message **/
bool InitError(const std::string& str);
-std::string AmountHighWarn(const std::string& optname);
-
-std::string AmountErrMsg(const char* const optname, const std::string& strValue);
-
extern CClientUIInterface uiInterface;
#endif // BITCOIN_UI_INTERFACE_H