Explorar o código

Remove unused controller name stuff in WebClientService

Lennart Grahl %!s(int64=7) %!d(string=hai) anos
pai
achega
17dfdf93e5
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  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.
      */