diff options
author | jcid <devnull@localhost> | 2008-06-01 19:53:43 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-01 19:53:43 +0200 |
commit | 8f0b650a6c3cb9f5c49c362ef727849eeb8dccc8 (patch) | |
tree | 3ac30b1c4a49d4fd9bd3f8aca4622adc748ca459 /src/html.hh | |
parent | 10258bb8f2049828553f674b728c184055936fa4 (diff) |
- More cleanups in html.cc (form receiver).
Diffstat (limited to 'src/html.hh')
-rw-r--r-- | src/html.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/html.hh b/src/html.hh index 910f3e47..58369ed3 100644 --- a/src/html.hh +++ b/src/html.hh @@ -2,7 +2,6 @@ #define __HTML_HH__ #include "url.h" // for DilloUrl -#include "form.hh" // for form::Form #ifdef __cplusplus extern "C" { @@ -11,10 +10,6 @@ extern "C" { /* * Exported functions */ -void a_Html_form_event_handler(void *data, - form::Form *form_receiver, - void *v_resource, - int click_x, int click_y); void a_Html_free(void *data); void a_Html_load_images(void *v_html, DilloUrl *pattern); |