Skip to content

Commit b3d1871

Browse files
committed
Removed new functions witout purpose
1 parent cee2c39 commit b3d1871

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

HTMLCS.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ var HTMLCS = new function()
3333
// The current language to use.
3434
this.lang = 'en';
3535

36-
this.setCurrentSniff = function( sniff ){
37-
_currentSniff = sniff;
38-
};
39-
40-
this.setStandard = function( standard ){
41-
_standard = standard;
42-
};
43-
44-
this.setCurrentGuideLine = function( guideline ){
45-
46-
};
47-
4836
/**
4937
* Loads the specified standard and run the sniffs.
5038
*

0 commit comments

Comments
 (0)