window: Remove duplicate case value

This commit is contained in:
Jasper St. Pierre 2014-10-06 19:39:38 -07:00
parent ec797b055d
commit 166668adc4

View File

@ -4668,7 +4668,6 @@ should_propagate_focus_appearance (MetaWindow *window)
case META_WINDOW_COMBO:
case META_WINDOW_TOOLTIP:
case META_WINDOW_NOTIFICATION:
case META_WINDOW_COMBO:
case META_WINDOW_DND:
case META_WINDOW_OVERRIDE_OTHER:
return TRUE;