diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-21 07:07:45 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:50:04 +0800 |
commit | a0dbaa944946da38a9ae2557c08c749b865304bc (patch) | |
tree | cea9bc932184585ad01594c050f98153413c6a4d /calendar/gui/e-meeting-time-sel-item.h | |
parent | 90381cf3bcd346c3e042efa12f9cbd1b3bb2e1ff (diff) | |
download | gsoc2013-evolution-a0dbaa944946da38a9ae2557c08c749b865304bc.tar.gz gsoc2013-evolution-a0dbaa944946da38a9ae2557c08c749b865304bc.tar.zst gsoc2013-evolution-a0dbaa944946da38a9ae2557c08c749b865304bc.zip |
calendar: Draw meeting time selector with cairo
Diffstat (limited to 'calendar/gui/e-meeting-time-sel-item.h')
-rw-r--r-- | calendar/gui/e-meeting-time-sel-item.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/e-meeting-time-sel-item.h b/calendar/gui/e-meeting-time-sel-item.h index 1965a4ab95..b0b77bfab9 100644 --- a/calendar/gui/e-meeting-time-sel-item.h +++ b/calendar/gui/e-meeting-time-sel-item.h @@ -49,10 +49,6 @@ struct _EMeetingTimeSelectorItem /* The parent EMeetingTimeSelector widget. */ EMeetingTimeSelector *mts; - /* This GC is used for most of the drawing. The fg/bg colors are - changed for each bit. */ - GdkGC *main_gc; - /* The normal, resize & busy cursors . */ GdkCursor *normal_cursor; GdkCursor *resize_cursor; |