aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-19 13:40:22 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-19 13:40:22 +0800
commitc68091255ef12850aade51ce317292179515377f (patch)
tree86eb70ee78214f07e0d0c80c8a073991c1e9c0a7 /libempathy-gtk/empathy-ui-utils.h
parent4df0759871f6539af24a5e88650f0c219cd0505a (diff)
downloadgsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar
gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.gz
gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.bz2
gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.lz
gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.xz
gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.zst
gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.zip
Move dialpad into a widget of its own
Let's face it, the whole thing was getting a little unwieldly there in the UI utils, and if we're going to be using it in more places, let's start by abstracting it into a widget.
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index b65206bbe..f76b7491b 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -49,8 +49,6 @@ G_BEGIN_DECLS
(x) < gdk_screen_width () && \
(y) < gdk_screen_height ())
-#define EMPATHY_DTMF_BUTTON_ID "empathy-call-dtmf-button-id"
-
typedef void (*EmpathyPixbufAvatarFromIndividualCb) (FolksIndividual *individual,
GdkPixbuf *pixbuf,
gpointer user_data);
@@ -143,9 +141,6 @@ void empathy_send_file_from_uri_list (EmpathyContact *conta
const gchar *uri_list);
void empathy_send_file_with_file_chooser (EmpathyContact *contact);
void empathy_receive_file_with_file_chooser (EmpathyFTHandler *handler);
-GtkWidget * empathy_create_dtmf_dialpad (GObject *self,
- GCallback pressed_cb,
- GCallback released_cb);
/* Misc */
void empathy_make_color_whiter (GdkRGBA *color);