Remove dead gallery settings code. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22342 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-10-31 20:00:39 +00:00
parent 791d93553a
commit 90888aaebd
1 changed files with 0 additions and 9 deletions

View File

@ -1582,15 +1582,6 @@
fallback: 'post'
}
}
// render: function() {
// this.$el.html( this.template({
// count: this.options.maxColumns
// }) );
// this.$('option[value="' + this.options.columns + '"]').attr( 'selected', true );
// this.$('option[value="' + this.options.linkTo + '"]').addClass('active');
// }
});
/**