aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-27 23:06:05 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-27 23:06:05 +0200
commit7d585a94af8d021c6d0df0cfd0fe25b6aab367ae (patch)
treed0d1b16873918d0509b9aa990314d2dbd3d9ef7e /src/stylesheet_editor.h
parent662ea0cffbda947f363f9f734309066cd93e917f (diff)
Update values from stylesheet editor
Diffstat (limited to 'src/stylesheet_editor.h')
-rw-r--r--src/stylesheet_editor.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h
index 849a9f8..22856da 100644
--- a/src/stylesheet_editor.h
+++ b/src/stylesheet_editor.h
@@ -90,19 +90,8 @@ struct _stylesheeteditor
GtkWidget *frame_style_padding_t;
GtkWidget *frame_style_padding_b;
StylesheetEditorPrivate *priv;
-
- GdkRGBA narrative_bgcol;
- GdkRGBA narrative_bgcol2;
- GradientType narrative_bggrad;
- GdkRGBA slide_bgcol;
- GdkRGBA slide_bgcol2;
- GradientType slide_bggrad;
- GdkRGBA frame_bgcol;
- GdkRGBA frame_bgcol2;
- GradientType frame_bggrad;
};
-
struct _stylesheeteditorclass
{
GtkDialogClass parent_class;