diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-30 23:11:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-30 23:30:22 +0800 |
commit | f275b954b00f0e49b2104cac312a99a420acbb46 (patch) | |
tree | 61159aa2587fd8cc2ad1a50c7d9a4e118097bec9 | |
parent | 16b77581e53f068035343c0daf302ffb73303134 (diff) | |
download | gsoc2013-empathy-f275b954b00f0e49b2104cac312a99a420acbb46.tar gsoc2013-empathy-f275b954b00f0e49b2104cac312a99a420acbb46.tar.gz gsoc2013-empathy-f275b954b00f0e49b2104cac312a99a420acbb46.tar.bz2 gsoc2013-empathy-f275b954b00f0e49b2104cac312a99a420acbb46.tar.lz gsoc2013-empathy-f275b954b00f0e49b2104cac312a99a420acbb46.tar.xz gsoc2013-empathy-f275b954b00f0e49b2104cac312a99a420acbb46.tar.zst gsoc2013-empathy-f275b954b00f0e49b2104cac312a99a420acbb46.zip |
remove old defines
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 04247986e..e960884dd 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -59,9 +59,6 @@ #define DEBUG_FLAG EMPATHY_DEBUG_CHAT #include <libempathy/empathy-debug.h> - -#define CHAT_DIR_CREATE_MODE (S_IRUSR | S_IWUSR | S_IXUSR) -#define CHAT_FILE_CREATE_MODE (S_IRUSR | S_IWUSR) #define IS_ENTER(v) (v == GDK_KEY_Return || v == GDK_KEY_ISO_Enter || v == GDK_KEY_KP_Enter) #define COMPOSING_STOP_TIMEOUT 5 |