/pidgin/main: 20123bcf5c56: Remove unnecessary commented code, w...
Ankit Vani
a at nevitus.org
Fri Jan 3 05:06:20 EST 2014
Changeset: 20123bcf5c5642609545a6416cca13cdb4cdb0bf
Author: Ankit Vani <a at nevitus.org>
Date: 2014-01-03 15:34 +0530
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/20123bcf5c56
Description:
Remove unnecessary commented code, which has now been handled in entry_key_press_cb
diffstat:
pidgin/gtkconv.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diffs (17 lines):
diff --git a/pidgin/gtkconv.c b/pidgin/gtkconv.c
--- a/pidgin/gtkconv.c
+++ b/pidgin/gtkconv.c
@@ -5657,13 +5657,6 @@ setup_common_pane(PidginConversation *gt
if (!chat) {
/* For sending typing notifications for IMs */
-#if 0
- /* TODO WebKit */
- g_signal_connect(G_OBJECT(gtkconv->entry_buffer), "insert_text",
- G_CALLBACK(insert_text_cb), gtkconv);
- g_signal_connect(G_OBJECT(gtkconv->entry_buffer), "delete_range",
- G_CALLBACK(delete_text_cb), gtkconv);
-#endif
gtkconv->u.im->typing_timer = 0;
gtkconv->u.im->animate = purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/im/animate_buddy_icons");
gtkconv->u.im->show_icon = TRUE;
More information about the Commits
mailing list