]> source.dussan.org Git - tigervnc.git/commit
Remove custom CharArray type
authorPierre Ossman <ossman@cendio.se>
Mon, 23 Jan 2023 18:55:20 +0000 (19:55 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 4 Feb 2023 13:03:13 +0000 (14:03 +0100)
commit4293dc42f60fff4542162deba616ec99b2d9fd09
tree379f624f689919dda7d4e521abb3049ba596fcab
parentadaedc9629c5f4b124a1872bac6a11844b7f576e
Remove custom CharArray type

It has now been replaced, mostly by std::string, so remove the actual
type definition.
common/rfb/Hostname.h
common/rfb/PixelBuffer.cxx
common/rfb/util.cxx
common/rfb/util.h
tests/unit/unicode.cxx
unix/tx/TXWindow.cxx