From 87d1c1c339768b8c9cde14e40b955e618ee4540f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 10 Aug 2011 22:03:52 +0200 Subject: Plug in style and layout stuff to UI --- src/stylesheet.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/stylesheet.c') 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) { -- cgit v1.2.3