forked from AuroraMiddleware/gtk
entry: Remove unused code
This commit is contained in:
parent
2397d76137
commit
49d251a330
@ -3720,10 +3720,6 @@ gtk_entry_get_frame_size (GtkEntry *entry,
|
|||||||
gint *height)
|
gint *height)
|
||||||
{
|
{
|
||||||
GtkAllocation allocation;
|
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);
|
gtk_css_gadget_get_content_allocation (entry->priv->gadget, &allocation, NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user