fix: unused variable warnings in linux code (#12950)

This commit is contained in:
Jeremy Apthorp 2018-05-15 11:49:27 -07:00 committed by Charles Kerr
parent c4134c3516
commit 8fa48d1c04
8 changed files with 10 additions and 20 deletions

View file

@ -11,15 +11,6 @@
namespace atom {
namespace {
const char* kAtomsToCache[] = {
"_NET_WM_STATE",
NULL,
};
} // namespace
WindowStateWatcher::WindowStateWatcher(NativeWindowViews* window)
: window_(window),
widget_(window->GetAcceleratedWidget()),