diff options
Diffstat (limited to 'plugins/StopSpamPlus/src/opt_proto.cpp')
-rw-r--r-- | plugins/StopSpamPlus/src/opt_proto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/src/opt_proto.cpp b/plugins/StopSpamPlus/src/opt_proto.cpp index a3bedbe2ed..2b4d1d36dd 100644 --- a/plugins/StopSpamPlus/src/opt_proto.cpp +++ b/plugins/StopSpamPlus/src/opt_proto.cpp @@ -80,7 +80,6 @@ INT_PTR CALLBACK ProtoDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) TVITEM tvi;
tvi.hItem = TreeView_GetRoot(hwndProto);
- tvi.cchTextMax = 32;
tvi.mask = TVIF_PARAM | TVIF_HANDLE;
while ( tvi.hItem != NULL ) {
|