aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-06-14 12:52:21 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2012-06-18 22:27:01 +0800
commit81b6d4b96386b91ff73090142efe8ad53291944d (patch)
tree08f7c42719b746e03c50061d67dfa4eaa9d18442 /widgets/text/e-text.h
parent7cbdc483cca593970d4bd09ee0dee2a18a38cd63 (diff)
downloadgsoc2013-evolution-81b6d4b96386b91ff73090142efe8ad53291944d.tar.gz
gsoc2013-evolution-81b6d4b96386b91ff73090142efe8ad53291944d.tar.zst
gsoc2013-evolution-81b6d4b96386b91ff73090142efe8ad53291944d.zip
e-text: remove unused draw_background property
It's always FALSE.
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r--widgets/text/e-text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index 68753f683b..17e51eb9b3 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/e-text.h
@@ -83,7 +83,6 @@ G_BEGIN_DECLS
* line_wrap boolean RW Line wrap when not editing.
* break_characters string RW List of characters to optionally break on.
* max_lines gint RW Number of lines possible when doing line wrap.
- * draw_background boolean RW Whether to draw the background.
*/
#define E_TYPE_TEXT (e_text_get_type ())
@@ -160,7 +159,6 @@ struct _EText {
guint pointer_in : 1; /* Is the pointer currently over us? */
guint default_cursor_shown : 1; /* Is the default cursor currently shown? */
- guint draw_background : 1; /* Draw background? */
guint line_wrap : 1; /* Do line wrap */