]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileInfo.C
small changes read ChangeLog
[lyx.git] / src / support / FileInfo.C
index 79e33e839698a78ef02985f5b78aac5012860856..1d2b9b88f4097f862db55551fe75c2cc4d7eb307 100644 (file)
@@ -5,12 +5,16 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-1999 The LyX Team.
+ *           Copyright 1995-2000 The LyX Team.
  *
  * ====================================================== */
 
 #include <config.h>
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <cerrno>
@@ -192,17 +196,6 @@ mode_t FileInfo::getMode() const
 }
 
 
-long FileInfo::getBlockSize() const
-{
-#ifndef __EMX__
-       return buf.st_blksize; /* Preferred I/O block size */
-#else
-#warning May be fixed in 0.13 (SMiyata)
-       return 512; /* Assume HPFS */
-#endif
-}
-
-
 // should not be in FileInfo
 void FileInfo::modeString(char * szString) const
 {