summaryrefslogtreecommitdiffstats
path: root/src/kbitem.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-02-19 18:28:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-02-19 18:28:40 +0100
commit28e2c3f3522402adc95329a71c3ce4c557342059 (patch)
tree740699717e5caa2f55715648349a6ccaae846fb4 /src/kbitem.cpp
parenta557c5e1bad883d9ebf1d7b12d13192cbf716b16 (diff)
downloadkasablanca-28e2c3f3522402adc95329a71c3ce4c557342059.tar.gz
kasablanca-28e2c3f3522402adc95329a71c3ce4c557342059.zip
Remove LFS definitions from individual files.
LFS support is detected and enabled globally. Used standard fopen and fseeko functions. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/kbitem.cpp')
-rw-r--r--src/kbitem.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/kbitem.cpp b/src/kbitem.cpp
index 7eee111..cbd9fa5 100644
--- a/src/kbitem.cpp
+++ b/src/kbitem.cpp
@@ -10,11 +10,6 @@
//
//
-// enable > 2gb support (LFS)
-
-#define _LARGEFILE_SOURCE
-#define _LARGEFILE64_SOURCE
-
#include <tqdatetime.h>
#include "kbfileinfo.h"