From d18aa53b8b39aadd840968caa6fd9ab6f462175e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 7 Mar 2026 11:07:29 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- src/app/VFS/vfile.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/app/VFS/vfile.cpp') 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; } -- cgit v1.2.3