[gtk+] entry: Remove unused code
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] entry: Remove unused code
- Date: Thu, 14 Jan 2016 15:05:54 +0000 (UTC)
commit 49d251a3304d4ddfa2fd6c5257387838309d8db9
Author: Timm Bäder <mail baedert org>
Date: Wed Jan 13 19:11:24 2016 +0100
entry: Remove unused code
gtk/gtkentry.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index d95cff8..ef35ffc 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -3720,10 +3720,6 @@ gtk_entry_get_frame_size (GtkEntry *entry,
gint *height)
{
GtkAllocation allocation;
- GtkWidget *widget = GTK_WIDGET (entry);
- gint req_height, req_baseline, unused, unused2;
-
- gtk_entry_get_preferred_height_and_baseline_for_width (widget, -1, &req_height, &unused, &req_baseline,
&unused2);
gtk_css_gadget_get_content_allocation (entry->priv->gadget, &allocation, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]