PixelPicker: Remove unused canvas (#1858)

This commit is contained in:
Leonhard 2024-02-17 16:03:36 +01:00 committed by GitHub
parent 61e51924d0
commit c44fc87fbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,10 +38,6 @@ namespace Gala {
wm.get_display ().get_size (out screen_width, out screen_height);
width = screen_width;
height = screen_height;
var canvas = new Clutter.Canvas ();
canvas.set_size (screen_width, screen_height);
set_content (canvas);
}
#if HAS_MUTTER45
@ -74,7 +70,6 @@ namespace Gala {
close ();
this.hide ();
content.invalidate ();
closed ();
return true;