We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f50781a + 0945a8e commit 8c14917Copy full SHA for 8c14917
src/util.cpp
@@ -582,10 +582,6 @@ namespace Sass {
582
return true;
583
}
584
585
- bool isPrintable(Expression* e, Output_Style style) {
586
- return isPrintable(e, style);
587
- }
588
-
589
bool isPrintable(Supports_Block* f, Output_Style style) {
590
if (f == NULL) {
591
return false;
src/util.hpp
@@ -46,7 +46,6 @@ namespace Sass {
46
bool isPrintable(String_Constant* s, Output_Style style = NESTED);
47
bool isPrintable(String_Quoted* s, Output_Style style = NESTED);
48
bool isPrintable(Declaration* d, Output_Style style = NESTED);
49
- bool isPrintable(Expression* e, Output_Style style = NESTED);
50
bool isAscii(const char chr);
51
52
0 commit comments