Remove dynarray.cpp source file

After the recent dynamic array macros refactoring, there was no
implementation of wxBaseArray any more and only wxArrayString-related
code remained in this file, so just move the latter to arrstr.cpp, where
it should have been put from the beginning (except that this code
probably predates arrstr.cpp addition), and remove the old file
entirely.
This commit is contained in:
Vadim Zeitlin
2018-06-20 13:59:03 +02:00
parent 3e078d509c
commit abce91f967
17 changed files with 109 additions and 236 deletions

View File

@@ -385,7 +385,6 @@ set(BASE_CMN_SRC
src/common/datetimefmt.cpp
src/common/datstrm.cpp
src/common/dircmn.cpp
src/common/dynarray.cpp
src/common/dynlib.cpp
src/common/dynload.cpp
src/common/encconv.cpp