Skip to content

Commit

Permalink
Chore: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeSharpSoft committed Dec 29, 2024
1 parent bc4e708 commit d99e4e5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import com.intellij.ide.actions.ShowSettingsUtilImpl;
import com.intellij.ide.plugins.IdeaPluginDescriptor;
import com.intellij.ide.plugins.PluginManagerCore;
import com.intellij.lang.properties.ResourceBundleManager;
import com.intellij.notification.*;
import com.intellij.openapi.extensions.PluginId;
import com.intellij.openapi.progress.ProgressIndicator;
Expand Down Expand Up @@ -116,7 +115,7 @@ public void run(@NotNull ProgressIndicator progressIndicator) {

public static ResourceBundle getResourceBundle() {
if (_resourceBundle == null) {
_resourceBundle = DynamicBundle.getPluginBundle(getPluginDescriptor()); //ResourceBundle.getBundle("localization/CSVEditorResources", DynamicBundle.getLocale());
_resourceBundle = DynamicBundle.getPluginBundle(getPluginDescriptor());
}
return _resourceBundle;
}
Expand Down

0 comments on commit d99e4e5

Please sign in to comment.