summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-11-03 15:47:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-11-04 14:59:27 -0500
commitd2cc9365fc0bc712c983f521812197ffc59ebc96 (patch)
treecf3103efb87779987ecc9ef812ebd5bb1843a646
parentdcfb6e5ef5577ee6a1bca56e356a91c88d9e8f9c (diff)
downloadgtk+-d2cc9365fc0bc712c983f521812197ffc59ebc96.tar.gz
Cosmetics
Extraneous pair of parens snuck in with 2120e9df88.
-rw-r--r--gdk/gdksurface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c
index 6d8e92aec3..e7689830fd 100644
--- a/gdk/gdksurface.c
+++ b/gdk/gdksurface.c
@@ -1491,9 +1491,7 @@ gdk_surface_freeze_updates (GdkSurface *surface)
surface->update_freeze_count++;
if (surface->update_freeze_count == 1)
- {
_gdk_frame_clock_uninhibit_freeze (surface->frame_clock);
- }
}
/*