diff win/dw.c @ 1878:313e5d64714d

MinGW, documentation and warning fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 09 Aug 2013 10:17:59 +0000
parents fb137f7f91e4
children 39ef93f82f04
line wrap: on
line diff
--- a/win/dw.c	Fri Aug 09 09:42:02 2013 +0000
+++ b/win/dw.c	Fri Aug 09 10:17:59 2013 +0000
@@ -9763,7 +9763,6 @@
 void API dw_container_delete_row(HWND handle, char *text)
 {
    int index = ListView_GetNextItem(handle, -1, LVNI_ALL);
-   void **params;
 
    while(index != -1)
    {