diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-11-12 15:17:53 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-11-12 15:17:53 +0000 |
| commit | 00576b8211b47efefbd10e533bcb706b4edf93ce (patch) | |
| tree | 3eb7996660fea0748a2868790685f63abb45ccf3 /halibut.h | |
| parent | 9d1bed054462a3fab3acea5ea257edcf76d23520 (diff) | |
| download | halibut-00576b8211b47efefbd10e533bcb706b4edf93ce.zip halibut-00576b8211b47efefbd10e533bcb706b4edf93ce.tar.gz halibut-00576b8211b47efefbd10e533bcb706b4edf93ce.tar.bz2 halibut-00576b8211b47efefbd10e533bcb706b4edf93ce.tar.xz | |
`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]
Diffstat (limited to 'halibut.h')
| -rw-r--r-- | halibut.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 *); |