Skip to content

Commit

Permalink
remove reserved fields
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 committed Aug 10, 2021
1 parent 0e921d1 commit f6b3210
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions proto/v1/structure/languages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ message VoiceoverContentMapping {
message Voiceover {
string filename = 1;
int32 file_size_bytes = 2;
reserved 3; // needs_update
float duration_secs = 4;
float duration_secs = 3;
}

message WrittenTranslations {
Expand Down
4 changes: 0 additions & 4 deletions proto/v1/structure/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ message ImageClickInputInstance {

message CustomizationArgs {
ImageWithRegions image_and_regions = 1;
reserved 2; // highlight_regions_on_hover which is not supported on Android.
}
message AnswerGroup {
BaseAnswerGroup base_answer_group = 1;
Expand Down Expand Up @@ -420,9 +419,6 @@ message Outcome {
string destination_state = 1;
SubtitledHtml feedback = 2;
bool labelled_as_correct = 3;
reserved 4; // param_changes
reserved 5; // refresher_exploration_id
reserved 6; // missing_prerequisite_skill_id
}

// Structure corresponds to StateStructureVersion.
Expand Down

0 comments on commit f6b3210

Please sign in to comment.