1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

document/dom/util.*: Make init_template() private

This commit is contained in:
Petr Baudis 2007-08-28 20:32:15 +02:00 committed by Petr Baudis
parent 070d335796
commit 38ee8a137c
2 changed files with 1 additions and 5 deletions

View File

@ -26,7 +26,7 @@
#include "util/box.h"
inline void
static inline void
init_template(struct screen_char *template, struct document_options *options,
color_T background, color_T foreground, enum screen_char_attr attr)
{

View File

@ -42,10 +42,6 @@ struct dom_renderer {
#define Y(renderer) ((renderer)->canvas_y)
void init_template(struct screen_char *template,
struct document_options *options,
color_T background, color_T foreground,
enum screen_char_attr attr);
void init_template_by_style(struct screen_char *template,
struct document_options *options,
color_T background, color_T foreground,