diff gtk/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 324587c06cea
children 24c1dfffe97e
line wrap: on
line diff
--- a/gtk/dw.c	Mon Mar 31 08:53:46 2003 +0000
+++ b/gtk/dw.c	Mon Mar 31 09:18:00 2003 +0000
@@ -4717,15 +4717,6 @@
 }
 
 /*
- * Removes all rows from a container.
- * Parameters:
- *       handle: Handle to the window (widget) to be cleared.
- */
-void dw_container_set_view(HWND handle, unsigned long flags, int iconwidth, int iconheight)
-{
-}
-
-/*
  * Scrolls container up or down.
  * Parameters:
  *       handle: Handle to the window (widget) to be scrolled.