mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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 java.io.IOException;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* Created by Winston on 16/11/14.
|
||||
|
@ -25,8 +23,6 @@ public class WriteLatexAPI implements WriteLatexDataSource {
|
|||
private final WLDataModel dataModel;
|
||||
private final PostbackManager postbackManager;
|
||||
|
||||
boolean cond = false;
|
||||
|
||||
public WriteLatexAPI(WLDataModel dataModel) {
|
||||
this.dataModel = dataModel;
|
||||
postbackManager = new PostbackManager();
|
||||
|
|
Loading…
Reference in a new issue