Remove outdated comment

This commit is contained in:
Fredrik Fornwall
2017-11-12 23:06:28 +01:00
parent 5126f06e06
commit 798125ef7a

View File

@@ -157,7 +157,6 @@ public final class TermuxActivity extends Activity implements ServiceConnection
void checkForFontAndColors() {
try {
// Hard-coded paths since this file is used also in Termux:Float.
@SuppressLint("SdCardPath") File fontFile = new File("/data/data/com.termux/files/home/.termux/font.ttf");
@SuppressLint("SdCardPath") File colorsFile = new File("/data/data/com.termux/files/home/.termux/colors.properties");