From 70369cf4cbce7759601f5ba9f9072215f9738f40 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Fri, 31 Aug 2012 07:25:40 -0400 Subject: misc warning fixes; use more g_str functions --- error_utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'error_utils.c') diff --git a/error_utils.c b/error_utils.c index 63dece8..34b7091 100644 --- a/error_utils.c +++ b/error_utils.c @@ -131,8 +131,6 @@ void queue_error_for_gpib_only(int error_num) } -void queue_error_and_display_on_LCD(int error_num); - void queue_error_and_display_on_LCD(int error_num) { gchar* response = NULL; -- cgit