diff options
author | nobody <nobody@localhost> | 2001-06-23 13:14:10 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-06-23 13:14:10 +0800 |
commit | c4b45ac09b103c6febe77a682597fd4e4543e0a9 (patch) | |
tree | a4eb5e010ba601de261dc3f9da4dd4b86fcc46fe /widgets/table/e-table-col-dnd.h | |
parent | 72ca61d74b9942040638b628a6f1358e02d23d42 (diff) | |
download | gsoc2013-evolution-LIBCAPPLET_1_5_0_REAL.tar.gz gsoc2013-evolution-LIBCAPPLET_1_5_0_REAL.tar.zst gsoc2013-evolution-LIBCAPPLET_1_5_0_REAL.zip |
This commit was manufactured by cvs2svn to create tagLIBCAPPLET_1_5_0_REAL
'LIBCAPPLET_1_5_0_REAL'.
svn path=/tags/LIBCAPPLET_1_5_0_REAL/; revision=10427
Diffstat (limited to 'widgets/table/e-table-col-dnd.h')
-rw-r--r-- | widgets/table/e-table-col-dnd.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/widgets/table/e-table-col-dnd.h b/widgets/table/e-table-col-dnd.h deleted file mode 100644 index 98b489b7c0..0000000000 --- a/widgets/table/e-table-col-dnd.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _E_TABLE_COL_DND_H_ -#define _E_TABLE_COL_DND_H_ - -BEGIN_GNOME_DECLS - -#define TARGET_ETABLE_COL_TYPE "application/x-etable-column-header" - -enum { - TARGET_ETABLE_COL_HEADER -}; - -END_GNOME_DECLS - -#endif /* _E_TABLE_COL_DND_H_ */ |