From c68091255ef12850aade51ce317292179515377f Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Wed, 19 Oct 2011 16:40:22 +1100 Subject: 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. --- libempathy-gtk/empathy-ui-utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libempathy-gtk/empathy-ui-utils.h') 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); -- cgit v1.2.3