提交 4479372c 编写于 作者: C CyrusNajmabadi

Remove unused method.

上级 a6ec0f86
......@@ -69,13 +69,6 @@ internal partial class SymbolSearchService
private void LogException(Exception e, string text) => _logService.LogException(e, text);
internal void RegisterLanguage(string languageName)
{
this.AssertIsForeground();
_registeredLanguageNames.Add(languageName);
OnOptionChanged(null, EventArgs.Empty);
}
private void OnOptionChanged(object sender, EventArgs e)
{
// If we don't have any add-import features that would use these indices, then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册