diff --git a/tests/controls/gridtest.cpp b/tests/controls/gridtest.cpp index 25a5a7fa6a..8d7f9fe671 100644 --- a/tests/controls/gridtest.cpp +++ b/tests/controls/gridtest.cpp @@ -850,8 +850,6 @@ void GridTestCase::WindowAsEditorControl() wxGridCellEditor* Clone() const wxOVERRIDE { return new TestEditor(); } wxString GetValue() const wxOVERRIDE { return "value"; } - - wxDECLARE_NO_COPY_CLASS(TestEditor); }; wxGridCellAttr* attr = new wxGridCellAttr();