aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/edit_packet_comment_dlg.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-28 15:34:50 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-28 15:34:50 +0000
commit7d0bb3bc0d247d72ad33e1c6025c9ff40737a07d (patch)
tree88a917861d5bbf92f631527737d7ecf28323eea5 /ui/gtk/edit_packet_comment_dlg.c
parent7d9226605815aa41dcde94d0bf0988e146a9115e (diff)
Remove a now-unused variable.
svn path=/trunk/; revision=46246
Diffstat (limited to 'ui/gtk/edit_packet_comment_dlg.c')
-rw-r--r--ui/gtk/edit_packet_comment_dlg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/edit_packet_comment_dlg.c b/ui/gtk/edit_packet_comment_dlg.c
index 4cce224b9e..040a0f239c 100644
--- a/ui/gtk/edit_packet_comment_dlg.c
+++ b/ui/gtk/edit_packet_comment_dlg.c
@@ -107,7 +107,6 @@ comment_summary_copy_to_clipboard_cb(GtkWidget *w _U_, GtkWidget *view)
{
GtkTextBuffer *buffer;
GtkTextIter start_iter, end_iter;
- gchar *new_packet_comment = NULL;
GtkClipboard *clipboard;
buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));