Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Xrandr:remove an unused function
  • Loading branch information
lukefromdc committed Aug 28, 2018
1 parent e0b7a6b commit 3c9e5dd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions plugins/xrandr/msd-xrandr-manager.c
Expand Up @@ -641,16 +641,6 @@ is_laptop (MateRRScreen *screen, MateRROutputInfo *output)
return mate_rr_output_is_laptop (rr_output);
}

static gboolean
is_primary (MateRRScreen *screen, MateRROutputInfo *output)
{
MateRROutput *rr_output;

rr_output = mate_rr_screen_get_output_by_name (screen, mate_rr_output_info_get_name (output));
return mate_rr_output_get_is_primary(rr_output);
}


static gboolean
get_clone_size (MateRRScreen *screen, int *width, int *height)
{
Expand Down

0 comments on commit 3c9e5dd

Please sign in to comment.