X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=libede%2Fsrc%2FFileSystemBox.ec;h=69d71eb753abdcf1d9a100f08c31e9d3f903f4a9;hp=1a32a80eafb2f33cabde428ca18919708d80dcb3;hb=d9753aab40caa2ddc2ff33a9f3993fde79776e7a;hpb=f368989c8971d0277ce2d2d0df6dbf5f70d2cf4c diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index 1a32a80..69d71eb 100644 --- a/libede/src/FileSystemBox.ec +++ b/libede/src/FileSystemBox.ec @@ -391,9 +391,7 @@ public: } return node; }*/ -static FileSystemNode MakeFileSystemNode(const FileStats stats, - const char * fileName, const char * filePath, - const bool previewPicture, const DisplaySystem displaySystem) +static FileSystemNode MakeFileSystemNode(const FileStats stats, const char * fileName, const char * filePath, const bool previewPicture, const DisplaySystem displaySystem) { int len = strlen(fileName); char info[MAX_LOCATION];