Removed background rendering code from the background capplet and moved it

to a separate static library.
This commit is contained in:
Bradford Hovinen (Gdict maintainer) 2001-12-06 23:53:58 +00:00
parent 4571311094
commit 669a1e2f3a
11 changed files with 22 additions and 12 deletions

View file

@ -32,9 +32,6 @@
#include "capplet-dir-view.h"
#ifdef USE_HTML
extern CappletDirViewImpl capplet_dir_view_html;
#endif
extern CappletDirViewImpl capplet_dir_view_list;
extern CappletDirViewImpl capplet_dir_view_tree;
@ -42,9 +39,6 @@ CappletDirViewImpl *capplet_dir_view_impl[] = {
NULL,
&capplet_dir_view_list,
&capplet_dir_view_tree,
#ifdef USE_HTML
&capplet_dir_view_html
#endif
};
static GtkObjectClass *parent_class;