]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileInfo.C
tostr -> convert and some bformat work
[lyx.git] / src / support / FileInfo.C
index 342e5e92d4082985137219fdc4b299c6a35a4d7d..0ac92ed87adfe9a9716b3baa0e23a7799eabb3f4 100644 (file)
@@ -239,8 +239,6 @@ char FileInfo::typeIndicator() const
        if (S_ISSOCK(buf_.st_mode))
                return '=';
 #endif
-       if (S_ISREG(buf_.st_mode) && (buf_.st_mode & (S_IEXEC | S_IXGRP | S_IXOTH)))
-               return '*';
        return ' ';
 }