Skip to content

Commit 5e07629

Browse files
committed
remove unused function
1 parent 481d376 commit 5e07629

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

xbox.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import json
2+
import logging
23
import math
34
import time
45

@@ -7,7 +8,6 @@
78
import memory.get
89
import memory.main
910
import vars
10-
import logging
1111

1212
logger = logging.getLogger(__name__)
1313

@@ -467,10 +467,6 @@ def await_save(index=0):
467467
clear_save_popup(click_to_diag_num=index)
468468

469469

470-
def remove():
471-
logger.warning("Controller may freeze the program here. If so, please restart your PC.")
472-
473-
474470
def grid_up():
475471
FFXC.set_value("d_pad", 1)
476472
memory.main.wait_frames(30 * 0.04)

0 commit comments

Comments
 (0)