aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-06-14 12:48:16 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2012-06-18 22:27:01 +0800
commit4a053b128659299147d1537baea3e865c989b3d6 (patch)
tree27d0c89bae18a1136cd7a25199527156a95ef197 /widgets/text/e-text.h
parent86f388e13a518e6853df8e429f504fcd74853c29 (diff)
downloadgsoc2013-evolution-4a053b128659299147d1537baea3e865c989b3d6.tar
gsoc2013-evolution-4a053b128659299147d1537baea3e865c989b3d6.tar.gz
gsoc2013-evolution-4a053b128659299147d1537baea3e865c989b3d6.tar.bz2
gsoc2013-evolution-4a053b128659299147d1537baea3e865c989b3d6.tar.lz
gsoc2013-evolution-4a053b128659299147d1537baea3e865c989b3d6.tar.xz
gsoc2013-evolution-4a053b128659299147d1537baea3e865c989b3d6.tar.zst
gsoc2013-evolution-4a053b128659299147d1537baea3e865c989b3d6.zip
e-text: remove unused draw_borders property
Nobody ever sets it.
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 618d1d47ad..68753f683b 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_borders boolean RW Whether to draw borders.
* draw_background boolean RW Whether to draw the background.
*/
@@ -161,7 +160,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_borders : 1; /* Draw borders? */
guint draw_background : 1; /* Draw background? */
guint line_wrap : 1; /* Do line wrap */