]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.ts
Remove ElementEvent
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.ts
index 883f365142295152e73841ac25b5e077e6f38a59..082d3301db14e9c71b2f610becbc7c2a837b29ae 100644 (file)
@@ -111,10 +111,6 @@ export class AppComponent implements OnInit {
     this.isMenuDisplayed = window.innerWidth >= 800 && !this.isMenuChangedByUser
   }
 
-  getServerVersionAndCommit () {
-    return this.serverService.getServerVersionAndCommit()
-  }
-
   private initRouteEvents () {
     let resetScroll = true
     const eventsObs = this.router.events