Skip to content

Commit

Permalink
meta-window-actor.c: Remove duplicate call to meta_window_get_input_r…
Browse files Browse the repository at this point in the history
…ect()

added by:
linuxmint@683470d
  • Loading branch information
mtwebster committed Nov 13, 2015
1 parent 6bda784 commit 0315e39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compositor/meta-window-actor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1476,8 +1476,6 @@ meta_window_actor_sync_actor_geometry (MetaWindowActor *self,
if (is_frozen (self) && !did_placement)
return;

meta_window_get_input_rect (priv->window, &window_rect);

if (priv->size_changed)
{
meta_window_actor_queue_create_pixmap (self);
Expand Down

0 comments on commit 0315e39

Please sign in to comment.