]> source.dussan.org Git - tigervnc.git/commit
Remove useless const specifiers
authorPierre Ossman <ossman@cendio.se>
Wed, 4 Jan 2023 15:28:13 +0000 (16:28 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 5 Jan 2023 15:43:34 +0000 (16:43 +0100)
commite75051a62ab8347cc5ff8cde3cb3ea6edf15e2ad
treebb3f5775a887cc8f567e7ebe4fc82d7aa732c9e1
parent642a6b2445dcb5afe84a7514c4bfbbfad52987d3
Remove useless const specifiers

These are just values, so setting const on them has no effect as the
caller will get a copy.
common/rfb/ClientParams.h
common/rfb/ServerParams.h