mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 12:32:05 +00:00
[tests] Remove unused variables
The size of the pixmap is passed by the ::size-changed signal, so we can remove the unused w, h variables and avoid a compiler warning.
This commit is contained in:
parent
961aac3fb3
commit
ff62040252
@ -8,7 +8,6 @@ static void size_change_cb (ClutterTexture *texture,
|
|||||||
gint height,
|
gint height,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
guint w,h;
|
|
||||||
clutter_actor_set_size (user_data, width, height);
|
clutter_actor_set_size (user_data, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user