kill a warning
This commit is contained in:
parent
3e4495c4c8
commit
02045b14d6
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,7 @@ static GList *pick_windows(ObClient *top, ObClient *selected, gboolean raise)
|
|||
return ret;
|
||||
}
|
||||
|
||||
#if 0
|
||||
static GList *pick_group_windows(ObClient *top, ObClient *selected,
|
||||
gboolean raise)
|
||||
{
|
||||
|
@ -238,6 +239,7 @@ static GList *pick_group_windows(ObClient *top, ObClient *selected,
|
|||
}
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
void stacking_raise(ObWindow *window)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue