summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2017-02-02 20:31:47 +0100
committerGitHub <noreply@github.com>2017-02-02 20:31:47 +0100
commit42a1eba275406b1325d28d3905f4bf36d6afe822 (patch)
tree3f774a084eee48d8fcf993f33dd82cc64a3dc415 /include
parent7fd5365b1c75b76175e4b23d375c1f8773c0804f (diff)
Remove the extra layer each textbox keeps for drawing its text. (#553)
Diffstat (limited to 'include')
-rw-r--r--include/widgets/textbox.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index 32dc9969..6c9ddb0e 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -33,10 +33,6 @@ typedef struct
int markup;
int changed;
- cairo_surface_t *main_surface;
- cairo_t *main_draw;
-
- int update;
int blink;
guint blink_timeout;