diff options
author | nobody <nobody@localhost> | 2000-08-22 20:05:30 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-08-22 20:05:30 +0800 |
commit | 16d6dd4267f39816384cdeb51b2a4d1f5bd22f33 (patch) | |
tree | 3b4824784cd30983db4a6ae1f38db287d5815941 /widgets/e-table/e-table-column-model.h | |
parent | 44ae37c371e25fe05e8aee145f1d9af7130a201d (diff) | |
download | gsoc2013-evolution-GEDIT_0_9_3.tar.gz gsoc2013-evolution-GEDIT_0_9_3.tar.zst gsoc2013-evolution-GEDIT_0_9_3.zip |
This commit was manufactured by cvs2svn to create tag 'GEDIT_0_9_3'.GEDIT_0_9_3
svn path=/tags/GEDIT_0_9_3/; revision=4933
Diffstat (limited to 'widgets/e-table/e-table-column-model.h')
-rw-r--r-- | widgets/e-table/e-table-column-model.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/widgets/e-table/e-table-column-model.h b/widgets/e-table/e-table-column-model.h deleted file mode 100644 index 043dd783ca..0000000000 --- a/widgets/e-table/e-table-column-model.h +++ /dev/null @@ -1,5 +0,0 @@ - -class ETableColumnModel { - virtual void add_column (ETableCol *et) = 0; - virtual ETableCol *get_column (int column); - virtual |