Re: [virt-tools-list] [PATCH v5 2/3] remote-viewer: Remove unused properties

2016-02-16 Thread Pavel Grunt
Ack, Pavel On Mon, 2016-02-15 at 19:22 -0200, Eduardo Lima (Etrunko) wrote: > The reason for using properties to access those members was to ensure > that they would only be set during the creation of the object. Now > that > we removed that restriction, we set private members directly. > >

[virt-tools-list] [PATCH v5 2/3] remote-viewer: Remove unused properties

2016-02-15 Thread Eduardo Lima (Etrunko)
The reason for using properties to access those members was to ensure that they would only be set during the creation of the object. Now that we removed that restriction, we set private members directly. Signed-off-by: Eduardo Lima (Etrunko) --- src/remote-viewer.c | 101