diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2020-12-02 16:44:49 +0100 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2020-12-07 20:37:29 +0100 |
commit | ca65ee8d50e6cc10f20f63f918e41fab02ac9463 (patch) | |
tree | 9bc686d09bae50d7ce884dfb22e0d7a0a32eee30 /gtk | |
parent | 5eca548accbeaa93567dc721dcbc8228ae74ab02 (diff) | |
download | gtk+-ca65ee8d50e6cc10f20f63f918e41fab02ac9463.tar.gz |
gtk/window: Remove out-dated comment
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkwindow.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 42f35da098..75c12a945e 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -4256,9 +4256,6 @@ toplevel_compute_size (GdkToplevel *toplevel, /* Override with default size */ if (info) { - /* Take width of shadows/headerbar into account. We want to set the - * default size of the content area and not the window area. - */ int default_width_csd = info->default_width; int default_height_csd = info->default_height; gtk_window_update_csd_size (window, |