mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 09:42:30 +00:00
Removed unused variable.
This commit is contained in:
parent
3d86a3e149
commit
7d650a8604
1 changed files with 0 additions and 4 deletions
|
@ -13,9 +13,7 @@ import uk.ac.ic.wlgitbridge.writelatex.api.request.push.UnexpectedPostbackExcept
|
||||||
import uk.ac.ic.wlgitbridge.writelatex.model.WLDataModel;
|
import uk.ac.ic.wlgitbridge.writelatex.model.WLDataModel;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by Winston on 16/11/14.
|
* Created by Winston on 16/11/14.
|
||||||
|
@ -25,8 +23,6 @@ public class WriteLatexAPI implements WriteLatexDataSource {
|
||||||
private final WLDataModel dataModel;
|
private final WLDataModel dataModel;
|
||||||
private final PostbackManager postbackManager;
|
private final PostbackManager postbackManager;
|
||||||
|
|
||||||
boolean cond = false;
|
|
||||||
|
|
||||||
public WriteLatexAPI(WLDataModel dataModel) {
|
public WriteLatexAPI(WLDataModel dataModel) {
|
||||||
this.dataModel = dataModel;
|
this.dataModel = dataModel;
|
||||||
postbackManager = new PostbackManager();
|
postbackManager = new PostbackManager();
|
||||||
|
|
Loading…
Reference in a new issue