Remove dead gallery settings code. see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@22342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-10-31 20:00:39 +00:00
parent 665fadb7bd
commit 9b1ac05bc0

View File

@ -1582,15 +1582,6 @@
fallback: 'post' 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');
// }
}); });
/** /**