Skip to content

Commit 71850c9

Browse files
committed
Remove unless method
1 parent 70b55db commit 71850c9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/css_parser/parser.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -398,11 +398,6 @@ def rules_by_media_query
398398
rules_by_media
399399
end
400400

401-
# Merge declarations with the same selector.
402-
def compact! # :nodoc:
403-
[]
404-
end
405-
406401
# Load a remote CSS file.
407402
#
408403
# You can also pass in file://test.css

0 commit comments

Comments
 (0)