GNOME Bugzilla – Bug 689684
wacom: small code clean-up, use the local vars when we set them
Last modified: 2013-01-17 10:11:07 UTC
In several places in cc-wacom-page.c, the code sets a local var "priv" to access the private fields of the CcWacomPage "page->priv" but still uses "page->priv" which somehow defeats the need for a local variable... Trivial patch attached.
Created attachment 230736 [details] [review] Proposed patch
Review of attachment 230736 [details] [review]: ++