Removed unused ClutterKnot

Migration Complete. When you want to use ClutterKnot
use ClutterPoint instead.
Updated clutter.symbols to pass 'make check'
This commit is contained in:
Erick Pérez Castellanos
2013-05-03 10:16:25 -04:00
parent 29271a2d73
commit d2fbe4db1b
5 changed files with 1 additions and 170 deletions

View File

@ -116,9 +116,6 @@ gboolean _clutter_script_flags_from_string (GType gtype,
const gchar *string,
gint *flags_value);
gboolean _clutter_script_parse_knot (ClutterScript *script,
JsonNode *node,
ClutterKnot *knot);
gboolean _clutter_script_parse_rect (ClutterScript *script,
JsonNode *node,
ClutterRect *rect);