Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 501fc5a

Browse filesBrowse files
committed
remove demo function
1 parent a2d08a0 commit 501fc5a
Copy full SHA for 501fc5a

File tree

1 file changed

+0
-6
lines changed
Filter options

1 file changed

+0
-6
lines changed

‎stdlib/src/tkinter.rs

Copy file name to clipboardExpand all lines: stdlib/src/tkinter.rs
-6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.