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
|
@ -17,10 +17,11 @@ namespace {
|
|||
const int kResizeInsideBoundsSize = 5;
|
||||
const int kResizeAreaCornerSize = 16;
|
||||
|
||||
const char kViewClassName[] = "FramelessView";
|
||||
|
||||
} // namespace
|
||||
|
||||
// static
|
||||
const char FramelessView::kViewClassName[] = "FramelessView";
|
||||
|
||||
FramelessView::FramelessView() : window_(NULL), frame_(NULL) {}
|
||||
|
||||
FramelessView::~FramelessView() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue