mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Remove redundant gdk_region_destroy
This commit is contained in:
parent
44cc3e6775
commit
4e34c0a0e3
1 changed files with 0 additions and 3 deletions
|
|
@ -884,9 +884,6 @@ static int showInvalidation = 0;
|
|||
r.width = bounds.size.width;
|
||||
r.height = bounds.size.height;
|
||||
|
||||
if (impl->needs_display_region)
|
||||
gdk_region_destroy (impl->needs_display_region);
|
||||
|
||||
impl->needs_display_region = gdk_region_rectangle (&r);
|
||||
|
||||
#if 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue