fix: unused variable warnings in linux code (#12950)
This commit is contained in:
parent
c4134c3516
commit
8fa48d1c04
8 changed files with 10 additions and 20 deletions
|
@ -11,15 +11,6 @@
|
|||
|
||||
namespace atom {
|
||||
|
||||
namespace {
|
||||
|
||||
const char* kAtomsToCache[] = {
|
||||
"_NET_WM_STATE",
|
||||
NULL,
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
WindowStateWatcher::WindowStateWatcher(NativeWindowViews* window)
|
||||
: window_(window),
|
||||
widget_(window->GetAcceleratedWidget()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue