diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-08-10 22:03:52 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-08-10 22:03:52 +0200 |
commit | 87d1c1c339768b8c9cde14e40b955e618ee4540f (patch) | |
tree | bae3f229a48a526f2f1d788cff3db204068e555f /src/stylesheet.c | |
parent | 394b051daacb63c661dba0a8c57ec04ad1ae73cf (diff) |
Plug in style and layout stuff to UI
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r-- | src/stylesheet.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c index 126bbd2..3905865 100644 --- a/src/stylesheet.c +++ b/src/stylesheet.c @@ -61,22 +61,6 @@ struct _stylesheetwindow }; -struct _stylesheet -{ - /* Slide layout */ - struct layout_element **layout_elements; - int n_layout_elements; - - /* Normal text styles */ - struct text_style **text_styles; - int n_text_styles; - - /* Background stuff */ - - /* Image styles */ -}; - - static void text_changed_sig(GtkComboBox *combo, struct _stylesheetwindow *s) { |