Commit affe2016 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

comctl32: Remove a useless assert from TREEVIEW_GetItemIndex.

parent fd291ed3
......@@ -241,8 +241,6 @@ TREEVIEW_GetInfoPtr(HWND hwnd)
static inline int
TREEVIEW_GetItemIndex(const TREEVIEW_INFO *infoPtr, HTREEITEM handle)
{
assert(infoPtr != NULL);
return DPA_GetPtrIndex(infoPtr->items, handle);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment