Skip to content

Commit

Permalink
Removed remnants of old code (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoon authored Jul 23, 2016
1 parent 8762a8d commit cfaca9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 230 deletions.
209 changes: 0 additions & 209 deletions src/configuration/commandKeyMap.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/configuration/configuration.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/mode/modeHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
BaseMovement, BaseCommand, Actions, BaseAction,
BaseOperator, isIMovement,
KeypressState } from './../actions/actions';
import { Configuration } from '../configuration/configuration';
import { Position } from './../motion/position';
import { RegisterMode } from './../register/register';
import { showCmdLine } from '../../src/cmd_line/main';
Expand Down Expand Up @@ -335,7 +334,6 @@ export class ModeHandler implements vscode.Disposable {

private _modes: Mode[];
private static _statusBarItem: vscode.StatusBarItem;
private _configuration: Configuration;
private _vimState: VimState;
private _insertModeRemapper: InsertModeRemapper;
private _otherModesRemapper: OtherModesRemapper;
Expand Down Expand Up @@ -377,7 +375,6 @@ export class ModeHandler implements vscode.Disposable {
ModeHandler.IsTesting = isTesting;

this.filename = filename;
this._configuration = Configuration.fromUserFile();

this._vimState = new VimState();
this._insertModeRemapper = new InsertModeRemapper();
Expand Down

0 comments on commit cfaca9a

Please sign in to comment.