X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=mod_statusbar%2Fmain.c;h=bf0e1d0034c101fe1ef823d7a2dc24976945a6b8;hp=9ec4f20c0aac1a91ac5f346a38c8bc5f6a7dbbe5;hb=20070203;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/mod_statusbar/main.c b/mod_statusbar/main.c index 9ec4f20..bf0e1d0 100644 --- a/mod_statusbar/main.c +++ b/mod_statusbar/main.c @@ -1,7 +1,7 @@ /* * ion/mod_statusbar/main.c * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2007. * * Ion is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by @@ -94,7 +94,6 @@ static bool wait_statusd_init(int outfd, int errfd, ExtlFn dh, ExtlFn eh) int nfds=maxof(outfd, errfd); int retval; bool dummy, doneseen, eagain=FALSE; - const char *timeout_msg=TR("ion-statusd launch timeout."); if(gettimeofday(&endtime, NULL)!=0){ warn_err();