aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/uzbl.h b/uzbl.h
index b99a89c..b175ccb 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -134,11 +134,8 @@ typedef struct {
guint caret_browsing;
guint mode;
gchar* base_url;
- gchar* html_endmarker;
gchar* insert_indicator;
gchar* cmd_indicator;
- GString* html_buffer;
- guint html_timeout;
gboolean print_version;
/* command list: name -> Command */
@@ -451,9 +448,6 @@ void
act_dump_config();
void
-render_html();
-
-void
set_timeout(int seconds);
void