diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-11 06:48:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-11 06:48:13 +0000 |
| commit | c2b0272fde966d655c2d55395235c0f233b6ba5d (patch) | |
| tree | fa322b89968c67a7615690543540a863a0910e28 | |
| parent | 377d20e7bf2e8eb4bc79d83311f2c81a1f99bc2b (diff) | |
color_black was unused
| -rw-r--r-- | openbox/focus.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index de346ead..013474d7 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -49,7 +49,6 @@ struct { } focus_indicator; RrAppearance *a_focus_indicator; -RrColor *color_black; RrColor *color_white; static ObIconPopup *focus_cycle_popup; @@ -107,7 +106,6 @@ void focus_startup(gboolean reconfig) stacking_add(INTERNAL_AS_WINDOW(&focus_indicator.right)); stacking_add(INTERNAL_AS_WINDOW(&focus_indicator.bottom)); - color_black = RrColorNew(ob_rr_inst, 0, 0, 0); color_white = RrColorNew(ob_rr_inst, 0xff, 0xff, 0xff); a_focus_indicator = RrAppearanceNew(ob_rr_inst, 4); @@ -142,7 +140,6 @@ void focus_shutdown(gboolean reconfig) /* reset focus to root */ XSetInputFocus(ob_display, PointerRoot, RevertToNone, event_lasttime); - RrColorFree(color_black); RrColorFree(color_white); RrAppearanceFree(a_focus_indicator); |
