aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui.h b/ui.h
index 9fc7e0ebe7..47839e81e2 100644
--- a/ui.h
+++ b/ui.h
@@ -83,15 +83,14 @@ public:
bool fRefreshListCtrl;
bool fRefreshListCtrlRunning;
bool fOnSetFocusAddress;
- CBlockIndex* pindexBestLast;
- set<uint256> setUnmaturedDisplayed;
+ unsigned int nListViewUpdated;
void OnCrossThreadCall(wxCommandEvent& event);
void InsertLine(bool fNew, int nIndex, uint256 hashKey, string strSort, const wxString& str1, const wxString& str2, const wxString& str3, const wxString& str4, const wxString& str5);
bool DeleteLine(uint256 hashKey);
bool InsertTransaction(const CWalletTx& wtx, bool fNew, int nIndex=-1);
void RefreshListCtrl();
- void RefreshStatus();
+ void RefreshStatusColumn();
};