Skip to content

Commit

Permalink
Merge pull request discourse#531 from kubabrecka/unused_code
Browse files Browse the repository at this point in the history
removing some unused code
  • Loading branch information
eviltrout committed Mar 22, 2013
2 parents 7b3149a + b392143 commit 1d7c38b
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -55,10 +55,6 @@ Discourse.ListTopicsController = Discourse.ObjectController.extend({
this.get('controllers.list').createTopic();
},

observer: (function() {
return this.set('filterMode', this.get('controllser.list.filterMode'));
}).observes('controller.list.filterMode'),

// Show newly inserted topics
showInserted: function(e) {
// Move inserted into topics
Expand Down

0 comments on commit 1d7c38b

Please sign in to comment.