From: Markus Armbruster Date: Thu, 11 Jul 2024 11:22:28 +0000 (+0200) Subject: qapi/ui: Drop note on naming of SpiceQueryMouseMode X-Git-Tag: qemu-xen-4.20.0~69^2~8 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=29a9efb09f95cf54a45d4ed97b82d2158b1a3983;p=qemu-xen.git qapi/ui: Drop note on naming of SpiceQueryMouseMode Doc comments are reference documentation for users of QMP. SpiceQueryMouseMode's doc comment contains a note explaining why it's not named SpiceMouseMode: spice/enums.h has it already. Irrelevant for users of QMP; delete the note. Signed-off-by: Markus Armbruster Message-ID: <20240711112228.2140606-6-armbru@redhat.com> Reviewed-by: John Snow --- diff --git a/qapi/ui.json b/qapi/ui.json index 5bcccbfc93..df089869a5 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -273,8 +273,6 @@ # @unknown: No information is available about mouse mode used by the # spice server. # -# .. note:: spice/enums.h has a SpiceMouseMode already, hence the name. -# # Since: 1.1 ## { 'enum': 'SpiceQueryMouseMode',