Przeglądaj źródła

Removed unused function

Taddeus Kroes 11 lat temu
rodzic
commit
1821c00c6b
1 zmienionych plików z 0 dodań i 7 usunięć
  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