xgl_helper: Eliminate compiler not used warning
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Tue, 13 Jan 2015 22:33:33 +0000 (15:33 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:07 +0000 (17:58 -0700)
commit555ebc47b9089de6a35f9d8040c70f59111512ba
tree18f6f76c4c67f27547628ca23d9aaf74f991166b
parent18908709029bb9dfff02cd4a6abcec1ece9f766d
xgl_helper: Eliminate compiler not used warning

Using static inline vs. static only prevents the compiler
from complaining that the functions have been defined but
not used.
xgl_helper.py