mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
fa1638c0ab
ClutterColor has long had a GTypeValueTable struct around and the functions defined to be implemented as a fundamental type. However the struct was never actually used anywhere and ClutterColor is actually defined as a boxed type. This patch removes the table because it is very confusing to have code lying around that is not used. http://bugzilla.openedhand.com/show_bug.cgi?id=2068