Fix #3075 by not caching the displays (id is not persistent on Windows)

This commit is contained in:
Milan Burda 2016-04-28 17:46:41 +02:00
parent 850bc2d443
commit 340b7220f1
2 changed files with 1 additions and 14 deletions

View file

@ -47,7 +47,6 @@ class Screen : public mate::EventEmitter<Screen>,
private:
gfx::Screen* screen_;
std::vector<gfx::Display> displays_;
DISALLOW_COPY_AND_ASSIGN(Screen);
};