aboutsummaryrefslogtreecommitdiff
path: root/lib/events/receiptevent.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-11 13:18:40 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-11 13:18:40 +0900
commit9ce16ef3123d5e63b931cafefb7dba4e894fc82b (patch)
tree016937f43d78da8adb7632340b5fb49c88e04b17 /lib/events/receiptevent.h
parent0ecc5d4992ad2086ee9e399a23f233b653b74ee3 (diff)
downloadlibquotient-9ce16ef3123d5e63b931cafefb7dba4e894fc82b.tar.gz
libquotient-9ce16ef3123d5e63b931cafefb7dba4e894fc82b.zip
Drop EventType namespace and DEFINE_EVENTTYPE_ALIAS macro
They've been deprecated for almost a year by now.
Diffstat (limited to 'lib/events/receiptevent.h')
-rw-r--r--lib/events/receiptevent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/events/receiptevent.h b/lib/events/receiptevent.h
index 71cd5de0..dd54a476 100644
--- a/lib/events/receiptevent.h
+++ b/lib/events/receiptevent.h
@@ -48,5 +48,4 @@ private:
EventsWithReceipts _eventsWithReceipts;
};
REGISTER_EVENT_TYPE(ReceiptEvent)
-DEFINE_EVENTTYPE_ALIAS(Receipt, ReceiptEvent)
} // namespace Quotient