diff options
author | corvid <corvid@lavabit.com> | 2012-10-17 18:16:58 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-10-17 18:16:58 +0000 |
commit | f87a0d5da0a1bcd4e495abead5f31b234ca3f823 (patch) | |
tree | 26640d29c8acd9cd4db3a280e681a7e6b3e45daa /src | |
parent | a363297d349ee18fc150e50cf1139cc9e4129349 (diff) |
rm forward declaration
Diffstat (limited to 'src')
-rw-r--r-- | src/html.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/html.cc b/src/html.cc index aeee4dc5..924154b8 100644 --- a/src/html.cc +++ b/src/html.cc @@ -98,11 +98,6 @@ void *a_Html_text(const char *type, void *P, CA_Callback_t *Call,void **Data); /*----------------------------------------------------------------------------- * Forward declarations *---------------------------------------------------------------------------*/ -static const char *Html_get_attr2(DilloHtml *html, - const char *tag, - int tagsize, - const char *attrname, - int tag_parsing_flags); static int Html_write_raw(DilloHtml *html, char *buf, int bufsize, int Eof); static bool Html_load_image(BrowserWindow *bw, DilloUrl *url, const DilloUrl *requester, DilloImage *image); |