Do case insensitive search for lua scripts to load.
[obnox/wireshark/wip.git] / simple_dialog.h
index ea7355b80def60a46114ead091bbdeedfde1d44e..40258cadb7cf3f404448d0144501638d2a67f859 100644 (file)
@@ -159,15 +159,6 @@ extern char *simple_dialog_format_message(const char *msg);
  */
 extern void display_queued_messages(void);
 
-/** Show a message in the status bar.
- *
- * @param msg Status message
- */
-extern void simple_status(const gchar *msg_format, ...)
-    G_GNUC_PRINTF(1, 2);
-
-
-
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */