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:53 +0100
commit578a0c812f8a8b22b37f275354d722bc652e722c (patch)
tree4c77c5339eddebfc355082ecaa6ffdab554e482f /src/kbitem.cpp
parent41c3cf15cc9ad39e18210c51144cef0027d99bc8 (diff)
downloadkasablanca-578a0c812f8a8b22b37f275354d722bc652e722c.tar.gz
kasablanca-578a0c812f8a8b22b37f275354d722bc652e722c.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> (cherry picked from commit 28e2c3f3522402adc95329a71c3ce4c557342059)
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"