Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Cleanup #28

Merged
merged 3 commits into from
Nov 4, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
🔥 optional methods
  • Loading branch information
Wliu authored and Wliu committed Nov 4, 2017
commit 9ddcc88cf39f21ad8c380b9ab13f4f5e89f9ab0f
9 changes: 0 additions & 9 deletions lib/timecop-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import _ from 'underscore-plus'
import dedent from 'dedent'
import {Disposable} from 'atom'
import etch from 'etch'
import CachePanelView from './cache-panel-view'
import PackagePanelView from './package-panel-view'
Expand Down Expand Up @@ -127,12 +126,4 @@ export default class TimecopView {
getIconName () {
return 'dashboard'
}

onDidChangeTitle () {
return new Disposable(function () {})
}

onDidChangeModified () {
return new Disposable(function () {})
}
}