diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-13 16:38:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-13 16:38:06 +0000 |
commit | e1a951460fef9eecef8944a7e5fce4e51bb9387a (patch) | |
tree | 67e47ffa1f63b4f7adeb61e0e7744531166daaf6 /plugins/TopToolBar/ttbopt.cpp | |
parent | 9b873e37cc52b7ba4d1d240d04e42b5426976da8 (diff) |
- advanced version processing
- another unneeded variable removed;
git-svn-id: http://svn.miranda-ng.org/main/trunk@396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/ttbopt.cpp')
-rw-r--r-- | plugins/TopToolBar/ttbopt.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TopToolBar/ttbopt.cpp b/plugins/TopToolBar/ttbopt.cpp index 267f05eb27..bb38550d2a 100644 --- a/plugins/TopToolBar/ttbopt.cpp +++ b/plugins/TopToolBar/ttbopt.cpp @@ -142,7 +142,6 @@ static INT_PTR CALLBACK ButOrderOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR SendMessage(GetParent(hwndDlg), PSM_CHANGED, 0, 0);
if (ctrlid == IDC_LBUTTONSET) {
- int curselect;
TVITEM tvi;
tvi.hItem = TreeView_GetSelection(GetDlgItem(hwndDlg, IDC_BUTTONORDERTREE));
if (tvi.hItem == NULL)
@@ -177,7 +176,6 @@ static INT_PTR CALLBACK ButOrderOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR }
if (ctrlid == IDC_DELLBUTTON) {
- int curselect;
TVITEM tvi;
tvi.hItem = TreeView_GetSelection(GetDlgItem(hwndDlg, IDC_BUTTONORDERTREE));
if (tvi.hItem == NULL)
|