Skip to content

Commit

Permalink
Remove getRequiredText function
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Jan 4, 2025
1 parent 1a5f447 commit 5cbb421
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/survey-core/src/question_matrixdropdownbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1336,9 +1336,6 @@ export class QuestionMatrixDropdownModelBase extends QuestionMatrixBaseModel<Mat
this.detailPanel.allowAdaptiveActions = val;
}
}
public getRequiredText(): string {
return this.survey ? this.survey.requiredMark : "";
}
public hasChoices(): boolean {
return this.choices.length > 0;
}
Expand Down
1 change: 0 additions & 1 deletion packages/survey-core/src/question_matrixdropdowncolumn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { settings } from "./settings";
import { MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase } from "./question_matrixdropdownbase";

export interface IMatrixColumnOwner extends ILocalizableOwner {
getRequiredText(): string;
hasChoices(): boolean;
onColumnPropertyChanged(
column: MatrixDropdownColumn,
Expand Down

0 comments on commit 5cbb421

Please sign in to comment.