Removed background rendering code from the background capplet and moved it
to a separate static library.
This commit is contained in:
parent
4571311094
commit
669a1e2f3a
11 changed files with 22 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue