diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2001-01-30 19:54:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-01-30 19:54:53 +0800 |
commit | 2dee35819cd9af4a512f85b505641e5962005685 (patch) | |
tree | e1066779f6e8917a10abb4e66434089034ecace3 /widgets/text/e-text.h | |
parent | 9c47d1bafa2f66533af51d41945b8257b2794bd6 (diff) | |
download | gsoc2013-evolution-2dee35819cd9af4a512f85b505641e5962005685.tar gsoc2013-evolution-2dee35819cd9af4a512f85b505641e5962005685.tar.gz gsoc2013-evolution-2dee35819cd9af4a512f85b505641e5962005685.tar.bz2 gsoc2013-evolution-2dee35819cd9af4a512f85b505641e5962005685.tar.lz gsoc2013-evolution-2dee35819cd9af4a512f85b505641e5962005685.tar.xz gsoc2013-evolution-2dee35819cd9af4a512f85b505641e5962005685.tar.zst gsoc2013-evolution-2dee35819cd9af4a512f85b505641e5962005685.zip |
Reverted the latest change to EText since we're in feature freeze.
2001-01-30 Christopher James Lahey <clahey@helixcode.com>
* Reverted the latest change to EText since we're in feature freeze.
svn path=/trunk/; revision=7912
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r-- | widgets/text/e-text.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h index 568402417c..5a1e843b7d 100644 --- a/widgets/text/e-text.h +++ b/widgets/text/e-text.h @@ -110,7 +110,6 @@ struct _EText { ETextModel *model; gint model_changed_signal_id; - gint model_position_signal_id; char *text; /* Text to display */ gpointer lines; /* Text split into lines (private field) */ @@ -211,9 +210,6 @@ struct _EText { gint dbl_timeout; /* Double click timeout */ gint tpl_timeout; /* Triple click timeout */ - - guint32 rgba_object; /* RGBA color for objects */ - GdkGC *gc_object; /* GC for drawing objects */ }; struct _ETextClass { |