aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/waimea-devel/files/patch-src_Resources.cc
blob: bfbd18b0e16974e6d6f056b99d3d60b3d831d94f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/Resources.cc.orig   Wed May 12 15:55:06 2004
+++ src/Resources.cc    Thu Mar  3 19:21:58 2005
@@ -171,7 +171,7 @@
 
     __render_thread_count = 0;
     
-    if (value_str) {
+    if (value_str)
       if (! strcasecmp("true", value_str))
         __render_thread_count = 1;