Skip to content

Commit

Permalink
Removed unused tabulationString from code snippet dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Jasiun committed May 6, 2014
1 parent 70a8947 commit f811d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/codesnippet/dialogs/codesnippet.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
var snippetLangs = editor._.codesnippet.langs,
lang = editor.lang.codesnippet,
clientHeight = document.documentElement.clientHeight,
tabulationString = editor.config.codesnippet_tabulation || ' ',
langSelectItems = [],
langSelectDefaultValue,
snippetLangId;
Expand Down

0 comments on commit f811d8e

Please sign in to comment.