Explorar el Código

Removed unused function

Taddeus Kroes hace 11 años
padre
commit
1821c00c6b
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      shorthand.ml

+ 0 - 7
shorthand.ml

@@ -273,10 +273,3 @@ let transform = function
   | v -> v
 
 let compress = Util.transform_stylesheet transform
-
-let transform_unfold = function
-  | Statement (Ruleset (selectors, decls)) ->
-    Statement (Ruleset (selectors, unfold decls))
-  | v -> v
-
-let unfold_stylesheet = Util.transform_stylesheet transform_unfold