]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/StateUndoContextBase.java
Refactoring of simulator toolkit
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / base / StateUndoContextBase.java
diff --git a/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/StateUndoContextBase.java b/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/StateUndoContextBase.java
deleted file mode 100644 (file)
index b268104..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.simantics.structural.synchronization.base;
-
-
-/**
- * Stores state information of removed modules.
- * 
- * @author Hannu Niemistö
- */
-public interface StateUndoContextBase {
-       
-    public void saveState(Solver solver, int componentId, String uid);
-    public boolean loadState(Solver solver, int componentId, String uid);
-       
-}