aboutsummaryrefslogtreecommitdiffstats
path: root/source/kinds.js
diff options
context:
space:
mode:
Diffstat (limited to 'source/kinds.js')
-rw-r--r--source/kinds.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/kinds.js b/source/kinds.js
index d0a7c2d..c318870 100644
--- a/source/kinds.js
+++ b/source/kinds.js
@@ -18,15 +18,6 @@ enyo.kind({
this.$.generator.setClientStyle(this.clientStyle);
},
- generatePage: function() {
- this.inherited(arguments);
- //this.doOffset({offset: this.$.generator.getRowOffset(), rowSize: this.rowSize});
- },
-
- getRowSize: function () {
- return this.rowSize;
- },
-
reset: function (inIndex) {
this.getSelection().clear();
this.invalidateMetrics();