Michael Ragazzon 6 years ago
parent
commit
0fc2144f4c
2 changed files with 1 additions and 5 deletions
  1. 1 0
      Samples/basic/benchmark/src/main.cpp
  2. 0 5
      Source/Core/ElementStyle.cpp

+ 1 - 0
Samples/basic/benchmark/src/main.cpp

@@ -97,6 +97,7 @@ public:
 		  Replace style cache by computed values: 96.0
 		  More computed values: 100.0  [edc78bb] !Woo!
 		  Avoid duplicate ToLower++: 103.0  [dec4ef6]
+		  Cleanup and smaller changes: 105.0  [38a559d]
 		  
 		*/
 

+ 0 - 5
Source/Core/ElementStyle.cpp

@@ -361,11 +361,6 @@ bool ElementStyle::SetProperty(const String& name, const Property& property)
 {
 	Property new_property = property;
 
-
-	if (name == "white-space")
-		int a = 0;
-
-
 	new_property.definition = StyleSheetSpecification::GetProperty(name);
 	if (new_property.definition == NULL)
 		return false;