step 3 compiled
This commit is contained in:
@@ -22,16 +22,6 @@ impl AuthState {
|
||||
current_cursor_pos: 0,
|
||||
}
|
||||
}
|
||||
|
||||
// These methods are now redundant since we implement CanvasState
|
||||
// but we'll keep them for backward compatibility
|
||||
pub fn get_current_input_mut(&mut self) -> &mut String {
|
||||
self.get_current_input_mut()
|
||||
}
|
||||
|
||||
pub fn get_current_input(&self) -> &str {
|
||||
self.get_current_input()
|
||||
}
|
||||
}
|
||||
|
||||
impl CanvasState for AuthState {
|
||||
|
||||
Reference in New Issue
Block a user