mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
PixelPicker: Remove unused canvas (#1858)
This commit is contained in:
parent
61e51924d0
commit
c44fc87fbe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user