Merge pull request #3443 from github/robertbrignull/delete_hasStateForActiveDb
Delete hasStateForActiveDb as it is unused
This commit is contained in:
@@ -113,10 +113,6 @@ export class ModelingStore extends DisposableObject {
|
||||
return this.state.get(this.activeDb);
|
||||
}
|
||||
|
||||
public hasStateForActiveDb(): boolean {
|
||||
return !!this.getStateForActiveDb();
|
||||
}
|
||||
|
||||
public anyDbsBeingModeled(): boolean {
|
||||
return this.state.size > 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user