forked from AuroraMiddleware/gtk
widgetprivate: Remove unused function
This commit is contained in:
parent
da514187f5
commit
5f4beb711f
@ -479,12 +479,6 @@ _gtk_widget_is_sensitive (GtkWidget *widget)
|
||||
return !(widget->priv->state_flags & GTK_STATE_FLAG_INSENSITIVE);
|
||||
}
|
||||
|
||||
static inline GskTransform *
|
||||
gtk_widget_get_transform (GtkWidget *widget)
|
||||
{
|
||||
return widget->priv->transform;
|
||||
}
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_WIDGET_PRIVATE_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user