diff --git a/shared/looqsquery.h b/shared/looqsquery.h index 912ff50..2ae9f14 100644 --- a/shared/looqsquery.h +++ b/shared/looqsquery.h @@ -91,14 +91,6 @@ class LooqsQuery this->sortConditions = sortConditions; updateTokensMask(); } - - LooqsQuery(const LooqsQuery &o) - { - this->tokens = o.tokens; - this->sortConditions = o.sortConditions; - this->tokensMask = o.tokensMask; - this->limit = o.limit; - } }; #endif // LOOQSQUERY_H