diff win/dw.c @ 310:77105fe19c1f

Removed obsolete dw_container_set_view() function.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 31 Mar 2003 09:18:00 +0000
parents 49047a8787cb
children 24c1dfffe97e
line wrap: on
line diff
--- a/win/dw.c	Mon Mar 31 08:53:46 2003 +0000
+++ b/win/dw.c	Mon Mar 31 09:18:00 2003 +0000
@@ -6371,15 +6371,6 @@
 }
 
 /*
- * Removes all rows from a container.
- * Parameters:
- *       handle: Handle to the window (widget) to be cleared.
- */
-void API dw_container_set_view(HWND handle, unsigned long flags, int iconwidth, int iconheight)
-{
-}
-
-/*
  * Starts a new query of a container.
  * Parameters:
  *       handle: Handle to the window (widget) to be queried.