From 9742c35aab1c5eed9ff2f6254a358d964d2da4df Mon Sep 17 00:00:00 2001 From: Anton Makeev Date: Tue, 4 May 2010 15:49:00 +0400 Subject: [PATCH] local history: cleanup --- .../intellij/history/integration/LocalHistoryImpl.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/platform/lvcs-impl/src/com/intellij/history/integration/LocalHistoryImpl.java b/platform/lvcs-impl/src/com/intellij/history/integration/LocalHistoryImpl.java index c7e5159dab2d..a39e0c43ee30 100644 --- a/platform/lvcs-impl/src/com/intellij/history/integration/LocalHistoryImpl.java +++ b/platform/lvcs-impl/src/com/intellij/history/integration/LocalHistoryImpl.java @@ -21,8 +21,6 @@ import com.intellij.history.*; import com.intellij.history.core.*; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.application.PathManager; -import com.intellij.openapi.application.ReadAction; -import com.intellij.openapi.application.Result; import com.intellij.openapi.application.ex.ApplicationManagerEx; import com.intellij.openapi.command.CommandProcessor; import com.intellij.openapi.components.ApplicationComponent; @@ -202,10 +200,4 @@ public class LocalHistoryImpl extends LocalHistory implements ApplicationCompone public IdeaGateway getGateway() { return myGateway; } - - public void projectOpened() { - } - - public void projectClosed() { - } }