--- a/src/thd_xwebber.c
+++ b/src/thd_xwebber.c
@@ -193,6 +193,9 @@ ENTRY("htmlize") ;
    RETURN(mmm) ;
 }
 
+#if 0
+/* All uses of RefreshHTML_AtEvent were commented out anyways so
+   no need to drag/rely on having XmHTMLRefresh */
 /*----------------------------------------------------------------------------*/
 /* This is a callback to deal with some refresh problems
    that should have been handled by the XmHTML library.
@@ -204,6 +207,7 @@ void RefreshHTML_AtEvent( Widget w , XtP
 {
     XmHTMLRefresh(client_data);
 }
+#endif
 
 /*----------------------------------------------------------------------------*/
 /* Open a window with an XmHTML widget containing msg.
