diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-16 21:41:20 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:53:19 +0800 |
commit | a1352e7be6a9ffcbd3e251e9d5f07b94d996c916 (patch) | |
tree | 70eacdc52bcdc323878cb2d7b7ac5b650616596b /libempathy | |
parent | 285c936b62a38e455b36b904929cf8856da30f3d (diff) | |
download | gsoc2013-empathy-a1352e7be6a9ffcbd3e251e9d5f07b94d996c916.tar gsoc2013-empathy-a1352e7be6a9ffcbd3e251e9d5f07b94d996c916.tar.gz gsoc2013-empathy-a1352e7be6a9ffcbd3e251e9d5f07b94d996c916.tar.bz2 gsoc2013-empathy-a1352e7be6a9ffcbd3e251e9d5f07b94d996c916.tar.lz gsoc2013-empathy-a1352e7be6a9ffcbd3e251e9d5f07b94d996c916.tar.xz gsoc2013-empathy-a1352e7be6a9ffcbd3e251e9d5f07b94d996c916.tar.zst gsoc2013-empathy-a1352e7be6a9ffcbd3e251e9d5f07b94d996c916.zip |
Remove useless define
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-file.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index f120558d5..9c9b7217f 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -31,8 +31,6 @@ G_BEGIN_DECLS -#define EMPATHY_TP_FILE_UNKNOWN_SIZE G_MAXUINT64 - #define EMPATHY_TYPE_TP_FILE (empathy_tp_file_get_type ()) #define EMPATHY_TP_FILE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), \ EMPATHY_TYPE_TP_FILE, EmpathyTpFile)) |