akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.25k stars 202 forks source link

Convert a few private properties to private fields #588

Closed Prince781 closed 3 years ago

Prince781 commented 3 years ago

These are invalid property names anyway (and valac 0.54 will complain about them), and they don't need getters and setters.