aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-18 21:48:36 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-18 21:48:36 +0100
commit9032c5376c84fd1bbe1112529c5a376cb6d6c5ab (patch)
treeb3c138716d978e7a7686203b14404d30675e4968 /src/sc_editor.h
parentb0b508533b4faf9e7923177bd468c659831b73e8 (diff)
Derive from GtkDrawingArea (properly)
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 9f1d96c..1d653d3 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -85,7 +85,6 @@ struct _sceditor
GtkDrawingArea parent_instance;
/*< private >*/
- GtkWidget *drawingarea;
GtkIMContext *im_context;
int w; /* Surface size in pixels */
int h;