aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-30 23:11:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-30 23:30:22 +0800
commitf275b954b00f0e49b2104cac312a99a420acbb46 (patch)
tree61159aa2587fd8cc2ad1a50c7d9a4e118097bec9 /libempathy-gtk
parent16b77581e53f068035343c0daf302ffb73303134 (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-chat.c3
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