summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/panel-toplevel.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mate-panel/panel-toplevel.c b/mate-panel/panel-toplevel.c
index 18c28315..6bbc22ba 100644
--- a/mate-panel/panel-toplevel.c
+++ b/mate-panel/panel-toplevel.c
@@ -4895,14 +4895,6 @@ panel_toplevel_init (PanelToplevel *toplevel)
{
int i;
- /* This is a hack for the default resize grip on Ubuntu.
- * We need to add a --enable-ubuntu for this.
- * Now, it is also default in GTK3.
- */
-#if defined(UBUNTU) || GTK_CHECK_VERSION (3, 0, 0)
- gtk_window_set_has_resize_grip(&toplevel->window_instance, FALSE);
-#endif
-
toplevel->priv = PANEL_TOPLEVEL_GET_PRIVATE (toplevel);
toplevel->priv->expand = TRUE;