From 00576b8211b47efefbd10e533bcb706b4edf93ce Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 12 Nov 2005 15:17:53 +0000 Subject: `style.c' appears to have been around since 1999 and never had anything in it! In its current form it presents the portability hazards of an empty structure and an empty source file. Therefore, I'm removing it; if I ever have a clear idea of what a user style mechanism ought to look like, it might make a reappearance, but don't hold your breath. [originally from svn r6453] --- halibut.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index ed2a0da..bd9cc69 100644 --- a/halibut.h +++ b/halibut.h @@ -35,7 +35,6 @@ typedef struct paragraph_Tag paragraph; typedef struct word_Tag word; typedef struct keywordlist_Tag keywordlist; typedef struct keyword_Tag keyword; -typedef struct userstyle_Tag userstyle; typedef struct numberstate_Tag numberstate; typedef struct indexdata_Tag indexdata; typedef struct indextag_Tag indextag; @@ -461,12 +460,6 @@ void number_free(numberstate *); void gen_citations(paragraph *, keywordlist *); /* - * style.c - */ -struct userstyle_Tag { -}; - -/* * bk_text.c */ void text_backend(paragraph *, keywordlist *, indexdata *, void *); -- cgit v1.1