aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c16
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)
{