Code

screen_browse: removed unnecessary color selection
authorThomas Jansen <mithi@mithi.net>
Thu, 29 Oct 2009 09:07:05 +0000 (10:07 +0100)
committerThomas Jansen <mithi@mithi.net>
Thu, 29 Oct 2009 09:07:05 +0000 (10:07 +0100)
commit290bdfa2ccaa9be57a543a2bb6307bf1ce6fd032
tree104dd74d90fedaadf019e3e1e2b362b77a6009f1
parentcd928420669ec18e75394ce0cdbc0bfc328307ec
screen_browse: removed unnecessary color selection

All cases use row_paint_text internally which sets the color. There is no
need to have the colors_use calls before, as they will be overwritten.
src/screen_browser.c