1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Opt: remove unused function

This commit is contained in:
whoamikyo
2020-08-23 00:42:00 -03:00
parent 5dc8f312f9
commit 9917e9568e

View File

@@ -445,14 +445,6 @@ if exist .git\ (
)
goto :eof
:AskForInit
if NOT exist usr (
echo. & echo Please perform the Initial Deployment first.
pause > NUL
goto MENU
)
goto :eof
:StopIfDisconnected
if exist deploy.ini (
for /f "tokens=3 delims= " %%i in ('findstr /i "NetTest" deploy.ini') do ( set "state_netTest=%%i" )