diff options
Diffstat (limited to 'camel/camel-stream-fs.h')
-rw-r--r-- | camel/camel-stream-fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-stream-fs.h b/camel/camel-stream-fs.h index 4910abbd5f..2e7dfd946f 100644 --- a/camel/camel-stream-fs.h +++ b/camel/camel-stream-fs.h @@ -57,7 +57,6 @@ typedef struct gchar *name; /* name of the underlying file */ gint fd; /* file descriptor on the underlying file */ - guint32 cur_pos; /* current postion in the stream */ guint32 inf_bound; /* first valid position */ gint32 sup_bound; /* last valid position, -1 means, no sup bound */ |