Skip to content

Commit e0e2459

Browse files
author
replydev
committed
Remove unued functions
1 parent 5251a71 commit e0e2459

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/otp_helper.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,6 @@ impl JsonResult {
2020
otp_code: otp_code
2121
}
2222
}
23-
24-
pub fn set_index(&mut self, index: usize) {
25-
self.index = index;
26-
}
27-
pub fn set_issuer(&mut self,issuer: String){
28-
self.issuer = issuer;
29-
}
30-
pub fn set_label(&mut self,label: String){
31-
self.label = label;
32-
}
33-
pub fn set_otp_code(&mut self,otp_code: String){
34-
self.otp_code = otp_code;
35-
}
3623
}
3724

3825
pub fn show_codes(){

0 commit comments

Comments
 (0)