1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-03-13 08:11:11 +00:00

del geti2pdpath

This commit is contained in:
potatowipedlifereverse 2020-03-02 05:04:37 +03:00
parent 35e8424293
commit c6ccb373a2

View File

@ -636,7 +636,4 @@ public class I2PDActivity extends Activity {
}
System.exit(0);
}
public String getI2pdpath(){
return this.i2pdpath;
}
}