mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
analysis: ClutterText
Remove unused variables.
This commit is contained in:
parent
c2d434e3af
commit
09644e4bb6
@ -4682,7 +4682,6 @@ clutter_text_delete_chars (ClutterText *self,
|
||||
{
|
||||
ClutterTextPrivate *priv;
|
||||
GString *new = NULL;
|
||||
gint len;
|
||||
gint pos;
|
||||
gint num_pos;
|
||||
gint start_pos;
|
||||
@ -4694,7 +4693,6 @@ clutter_text_delete_chars (ClutterText *self,
|
||||
if (!priv->text)
|
||||
return;
|
||||
|
||||
len = priv->n_chars;
|
||||
new = g_string_new (priv->text);
|
||||
|
||||
if (priv->position == -1)
|
||||
|
Loading…
Reference in New Issue
Block a user