Skip to content
Snippets Groups Projects
Commit fd8da518 authored by paflov's avatar paflov
Browse files

remove unused var

parent b01720bf
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ export class SyscheckDataService {
public unitData$ = new BehaviorSubject<ReportEntry[]>([]);
// for Navi-Buttons:
public showNaviButtons$ = new BehaviorSubject<boolean>(false);
public itemplayerValidPages$ = new BehaviorSubject<string[]>([]);
public itemplayerCurrentPage$ = new BehaviorSubject<string>('');
public itemplayerPageRequest$ = new BehaviorSubject<string>('');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment