From d46ea00283644ff3f222854c02f9d95a49b91e2e Mon Sep 17 00:00:00 2001 From: Rowan Goemans Date: Sun, 15 Oct 2017 03:33:01 +0200 Subject: -- Removed unnecesary member variable. --- src/DocGen/CGen.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/DocGen/CGen.ts b/src/DocGen/CGen.ts index e281c45..0b02d09 100644 --- a/src/DocGen/CGen.ts +++ b/src/DocGen/CGen.ts @@ -18,7 +18,7 @@ export default class CGen implements IDocGen { protected templateReplaceString: string; protected activeEditor: TextEditor; - protected position: Position; + protected retVals: string[]; protected params: string[]; protected tparams: string[]; @@ -39,7 +39,6 @@ export default class CGen implements IDocGen { returnVals: string[], ) { this.activeEditor = actEdit; - this.position = cursorPosition; this.templateReplaceString = "{param}"; this.params = param; this.tparams = tparam; -- cgit v1.2.3