Remove deprecated method

This commit is contained in:
Nikolay Krasko
2013-02-21 15:29:42 +04:00
parent c91cd9b962
commit 5e96ec22e8
@@ -134,11 +134,6 @@ public class JetLanguageCodeStyleSettingsProvider extends LanguageCodeStyleSetti
return new SmartIndentOptionsEditor();
}
@Override
public boolean usesSharedPreview() {
return false;
}
@Override
public CommonCodeStyleSettings getDefaultCommonSettings() {
CommonCodeStyleSettings commonCodeStyleSettings = new CommonCodeStyleSettings(getLanguage());