aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-08-07 23:11:54 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-08-07 23:11:54 +0200
commit6217ae8a928e9b5ce75ed29e765e403678a2ce61 (patch)
treedf7bb04b0ef701cea2c02e853511e34aac9ea92c /uzbl.h
parent8d5d1e21c1dfef6ad2f26bf31b2cbc28e88c82de (diff)
removed html_mode in favour of "data URI scheme"
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