aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-item.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-16 03:20:23 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:50:01 +0800
commit11026671da6ae0fe2a40c0dd25cef9ba72fd6d11 (patch)
tree87cfacebb833235d9ce2d13babfcae762dfc75df /widgets/table/e-table-item.h
parenta7d37040bf83725bd96f1cb15bb5ddc536ba02d3 (diff)
downloadgsoc2013-evolution-11026671da6ae0fe2a40c0dd25cef9ba72fd6d11.tar
gsoc2013-evolution-11026671da6ae0fe2a40c0dd25cef9ba72fd6d11.tar.gz
gsoc2013-evolution-11026671da6ae0fe2a40c0dd25cef9ba72fd6d11.tar.bz2
gsoc2013-evolution-11026671da6ae0fe2a40c0dd25cef9ba72fd6d11.tar.lz
gsoc2013-evolution-11026671da6ae0fe2a40c0dd25cef9ba72fd6d11.tar.xz
gsoc2013-evolution-11026671da6ae0fe2a40c0dd25cef9ba72fd6d11.tar.zst
gsoc2013-evolution-11026671da6ae0fe2a40c0dd25cef9ba72fd6d11.zip
e-table: Remove unused member variables from ETableItem
x1 and y1 were never set, only used. Replace all users with 0 and remove the members.
Diffstat (limited to 'widgets/table/e-table-item.h')
-rw-r--r--widgets/table/e-table-item.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h
index 3f773b621a..6322bcd395 100644
--- a/widgets/table/e-table-item.h
+++ b/widgets/table/e-table-item.h
@@ -48,7 +48,6 @@ typedef struct {
ETableModel *source_model;
ESelectionModel *selection;
- gint x1, y1;
gint minimum_width, width, height;
gint cols, rows;