Skip to content

Commit dd353d7

Browse files
committed
Removed addStatement and removeStatement from StatementsProvider
For details see #71
1 parent 4007cd6 commit dd353d7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/StatementProvider.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@
3434
return this._statementGroupSet;
3535
},
3636

37-
/**
38-
* @param {wikibase.datamodel.Statement} statement
39-
*/
40-
addStatement: function ( statement ) {
41-
this._statementGroupSet.addStatement( statement );
42-
},
43-
44-
/**
45-
* @param {wikibase.datamodel.Statement} statement
46-
*/
47-
removeStatement: function ( statement ) {
48-
this._statementGroupSet.removeStatement( statement );
49-
},
5037
/**
5138
* @param {string} guid
5239
*

0 commit comments

Comments
 (0)