mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
Remove unused variable
This commit is contained in:
@@ -696,7 +696,6 @@ void NativeWindowViews::Center() {
|
||||
}
|
||||
|
||||
void NativeWindowViews::Invalidate() {
|
||||
const gfx::Rect& bounds = GetBounds();
|
||||
window_->SchedulePaintInRect(gfx::Rect(GetBounds().size()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user