We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a15e94 commit 5c9fecdCopy full SHA for 5c9fecd
1 file changed
lib/public/views/LhcFills/Overview/LhcFillsOverviewModel.js
@@ -94,15 +94,6 @@ export class LhcFillsOverviewModel extends OverviewPageModel {
94
return this._beamDurationOperator;
95
}
96
97
- /**
98
- * Checks if the stable beams filter is set
99
- *
100
- * @return {boolean} true if the stable beams filter is active
101
- */
102
- getStableBeamsOnly() {
103
- return this._stableBeamsOnly;
104
- }
105
-
106
/**
107
* Returns all filtering, sorting and pagination settings to their default values
108
* @param {boolean} [fetch = true] whether to refetch all data after filters have been reset
0 commit comments