Remove some unused virtual functions

This commit is contained in:
Cheng Zhao 2015-01-23 21:05:32 -08:00
parent 2d262d2dbd
commit 54ab6744f1
4 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ class NodeBindingsWin : public NodeBindings {
virtual ~NodeBindingsWin();
private:
virtual void PollEvents() OVERRIDE;
void PollEvents() override;
DISALLOW_COPY_AND_ASSIGN(NodeBindingsWin);
};