Skip to content

Commit

Permalink
No need to set the background for the GC's
Browse files Browse the repository at this point in the history
  • Loading branch information
moetunes committed Jul 29, 2012
1 parent e2e6553 commit cd98c71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion splitter_bar.c
Expand Up @@ -346,7 +346,6 @@ int main(int argc, char ** argv){
XGCValues values;

for(i=0;i<10;i++) {
values.background = theme[0].color;
values.foreground = theme[i].color;
values.line_width = 2;
values.line_style = LineSolid;
Expand Down

0 comments on commit cd98c71

Please sign in to comment.