Revert "UI to alert of respend attempt affecting wallet."

This reverts commit ada5a067c7.

Conflicts:
	src/qt/guiconstants.h
	src/wallet.h
This commit is contained in:
Wladimir J. van der Laan
2014-07-17 14:09:46 +02:00
parent 39d3f2cb40
commit 3015e0bca6
9 changed files with 21 additions and 87 deletions

View File

@@ -21,8 +21,7 @@ enum ChangeType
{
CT_NEW,
CT_UPDATED,
CT_DELETED,
CT_GOT_CONFLICT
CT_DELETED
};
/** Signals for UI communication. */