summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r--common/genericresource.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp
index 94ed546..87b6da1 100644
--- a/common/genericresource.cpp
+++ b/common/genericresource.cpp
@@ -40,10 +40,6 @@
40#include <QDataStream> 40#include <QDataStream>
41#include <QTime> 41#include <QTime>
42 42
43//This is the resources entity type, and not the domain type
44#define ENTITY_TYPE_MAIL "mail"
45#define ENTITY_TYPE_FOLDER "folder"
46
47static int sBatchSize = 100; 43static int sBatchSize = 100;
48// This interval directly affects the roundtrip time of single commands 44// This interval directly affects the roundtrip time of single commands
49static int sCommitInterval = 10; 45static int sCommitInterval = 10;