Sfoglia il codice sorgente

Remove unused controller name stuff in WebClientService

Lennart Grahl 7 anni fa
parent
commit
17dfdf93e5
1 ha cambiato i file con 0 aggiunte e 9 eliminazioni
  1. 0 9
      src/services/webclient.ts

+ 0 - 9
src/services/webclient.ts

@@ -3726,15 +3726,6 @@ export class WebClientService {
         callback();
     }
 
-    private currentController: string;
-    public setControllerName(name: string): void {
-        this.currentController = name;
-    }
-
-    public getControllerName(): string {
-        return this.currentController;
-    }
-
     /**
      * Update the unread count in the window title.
      */