benchs: add --no-gcc-directive to bench_nitg-s_options-slower
[nit.git] / lib / gtk3_4 / gtk_core.nit
index 495c442..351d9c2 100644 (file)
@@ -116,11 +116,6 @@ extern GtkWidget `{GtkWidget *`}
        fun visible_self: Bool is extern `{
                return gtk_widget_get_visible(recv);
        `}
-       
-       # Get the visibility of the widget, check if it's parents are visible too
-       fun visible: Bool is extern `{
-               return gtk_widget_is_visible(recv);
-       `}
 end
 
 #Base class for widgets which contain other widgets