summaryrefslogtreecommitdiffstats
path: root/src/app/VFS/vfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/VFS/vfile.cpp')
-rw-r--r--src/app/VFS/vfile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/VFS/vfile.cpp b/src/app/VFS/vfile.cpp
index c333f45..35dba93 100644
--- a/src/app/VFS/vfile.cpp
+++ b/src/app/VFS/vfile.cpp
@@ -234,7 +234,6 @@ const TDEIO::UDSEntry vfile::vfile_getEntry() {
entry.append(atom);
}
-#if KDE_IS_VERSION(3,5,0)
if( !vfile_acl_loaded )
vfile_loadACL();
if( vfile_has_acl ) {
@@ -256,7 +255,6 @@ const TDEIO::UDSEntry vfile::vfile_getEntry() {
entry.append(atom);
}
}
-#endif
return entry;
}