Author: mordante
Date: Mon Dec  8 17:22:27 2008
New Revision: 31370

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31370&view=rev
Log:
Remove some unused variables.

Modified:
    trunk/src/widgets/progressbar.cpp

Modified: trunk/src/widgets/progressbar.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/widgets/progressbar.cpp?rev=31370&r1=31369&r2=31370&view=diff
==============================================================================
--- trunk/src/widgets/progressbar.cpp (original)
+++ trunk/src/widgets/progressbar.cpp Mon Dec  8 17:22:27 2008
@@ -44,7 +44,6 @@
 
        if(area.w >= 2 && area.h >= 2) {
                int fcr =  21, fcg =  53, fcb =  80;            // RGB-values 
for finished piece.
-               int lcr =  21, lcg =  22, lcb =  24;            // Leftover 
piece.
                int bcr =   0, bcg =   0, bcb =   0;            // Border color.
                int gcr = 255, gcg = 255, gcb = 255;            // Groove color.
                int     lightning_thickness = 2;


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to