8000 remove demo function · RustPython/RustPython@501fc5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 501fc5a

Browse files
committed
remove demo function
1 parent a2d08a0 commit 501fc5a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

stdlib/src/tkinter.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ mod _tkinter {
3434
Ok(main_loop())
3535
}
3636

37-
// TODO: Remove once enough has been implemented.
38-
#[pyfunction]
39-
fn tk_demo() {
40-
let _ = demo();
41-
}
42-
4337
#[pyattr(once, name = "TclError")]
4438
fn tcl_error(vm: &VirtualMachine) -> PyTypeRef {
4539
vm.ctx.new_exception_type(

0 commit comments

Comments
 (0)
0