From e6741daec0c4fb3cbed63becb54b60525bfcc4fd Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Tue, 22 Sep 2009 10:40:15 +0200 Subject: get rid of the progressbar --- uzbl-core.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'uzbl-core.h') diff --git a/uzbl-core.h b/uzbl-core.h index d3ea143..3f7dacf 100644 --- a/uzbl-core.h +++ b/uzbl-core.h @@ -15,9 +15,6 @@ typedef struct { gint load_progress; gchar *msg; - gchar *progress_s, *progress_u; - int progress_w; - gchar *progress_bar; } StatusBar; @@ -314,9 +311,6 @@ gboolean run_command(const gchar *command, const guint npre, const gchar **args, const gboolean sync, char **output_stdout); -char* -build_progressbar_ascii(int percent); - void talk_to_socket(WebKitWebView *web_view, GArray *argv, GString *result); -- cgit v1.2.3