diff --git a/lib/css_parser/parser.rb b/lib/css_parser/parser.rb index 1ba4770..a5ccdee 100644 --- a/lib/css_parser/parser.rb +++ b/lib/css_parser/parser.rb @@ -398,11 +398,6 @@ def rules_by_media_query rules_by_media end - # Merge declarations with the same selector. - def compact! # :nodoc: - [] - end - # Load a remote CSS file. # # You can also pass in file://test.css