[test-cogl-material] Remove return value from material_rectangle_paint

The paint signal has no return value so it isn't needed. This fixes
a compiler warning.
This commit is contained in:
Neil Roberts 2009-01-06 16:01:23 +00:00
parent f5288b1918
commit b3b7312f33

View File

@ -39,7 +39,7 @@ frame_cb (ClutterTimeline *timeline,
cogl_material_set_layer_matrix (state->material, 2, &state->tex_matrix);
}
static gboolean
static void
material_rectangle_paint (ClutterActor *actor, gpointer data)
{
TestMultiLayerMaterialState *state = data;