From 9b1ac05bc0d7f4dd0af51825b9c2af26efe74b14 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Wed, 31 Oct 2012 20:00:39 +0000 Subject: [PATCH] Remove dead gallery settings code. see #21390. git-svn-id: http://core.svn.wordpress.org/trunk@22342 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/media-views.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/wp-includes/js/media-views.js b/wp-includes/js/media-views.js index 5dcee4f638..6541b2215d 100644 --- a/wp-includes/js/media-views.js +++ b/wp-includes/js/media-views.js @@ -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'); - // } }); /**