kill a warning

This commit is contained in:
Dana Jansens 2003-08-31 16:39:53 +00:00
parent 3e4495c4c8
commit 02045b14d6

View file

@ -210,6 +210,7 @@ static GList *pick_windows(ObClient *top, ObClient *selected, gboolean raise)
return ret; return ret;
} }
#if 0
static GList *pick_group_windows(ObClient *top, ObClient *selected, static GList *pick_group_windows(ObClient *top, ObClient *selected,
gboolean raise) gboolean raise)
{ {
@ -238,6 +239,7 @@ static GList *pick_group_windows(ObClient *top, ObClient *selected,
} }
return ret; return ret;
} }
#endif
void stacking_raise(ObWindow *window) void stacking_raise(ObWindow *window)
{ {