diff gtk/dw.c @ 150:2a0d7b57a6da

Removed unnecessary parameters from dw_main().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 24 Oct 2002 15:53:27 +0000
parents 6028f787f7c8
children 656de0c52c56
line wrap: on
line diff
--- a/gtk/dw.c	Thu Oct 24 05:39:00 2002 +0000
+++ b/gtk/dw.c	Thu Oct 24 15:53:27 2002 +0000
@@ -782,12 +782,8 @@
 
 /*
  * Runs a message loop for Dynamic Windows.
- * Parameters:
- *           currenthab: The handle to the current anchor block
- *                       or NULL if this DW is handling the message loop.
- *           func: Function pointer to the message filter function.
- */
-void dw_main(HAB currenthab, void *func)
+ */
+void dw_main(void)
 {
 	_dw_thread = pthread_self();
 	_dw_thread_add(_dw_thread);