removed unused variable

This commit is contained in:
fluxgen 2005-12-22 23:41:41 +00:00
parent 5ecc2f8fa4
commit 17c9cafd25

View file

@ -129,7 +129,6 @@ int main(int argc, char **argv) {
}
// get color
XColor xc_foreground, xc_background;
FbTk::Color fg_color(foreground.c_str(), 0);
FbTk::Color bg_color(background.c_str(), 0);