From c2e2c85262148dcf71450dfd3c7b33ef41eb84ec Mon Sep 17 00:00:00 2001
From: George Hazan <ghazan@miranda.im>
Date: Fri, 18 Jan 2019 23:14:19 +0300
Subject: code cleaning

- ACKTYPE_URL removed;
- PF1_URL removed;
- IEED_EVENT_URL removed;
- another URL-related code cleaning
---
 protocols/FacebookRM/src/process.cpp | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'protocols/FacebookRM')

diff --git a/protocols/FacebookRM/src/process.cpp b/protocols/FacebookRM/src/process.cpp
index 0fb44af4c5..9541b1d3a5 100644
--- a/protocols/FacebookRM/src/process.cpp
+++ b/protocols/FacebookRM/src/process.cpp
@@ -375,8 +375,6 @@ void FacebookProto::LoadHistory(void *pParam)
 					dbei.eventType = EVENTTYPE_MESSAGE;
 				else if (msg.type == VIDEO_CALL || msg.type == PHONE_CALL)
 					dbei.eventType = FACEBOOK_EVENTTYPE_CALL;
-				else
-					dbei.eventType = EVENTTYPE_URL; // FIXME: Use better and specific type for our other event types.
 
 				dbei.flags = DBEF_UTF;
 
@@ -842,8 +840,6 @@ void FacebookProto::ReceiveMessages(std::vector<facebook_message> &messages, boo
 					dbei.eventType = EVENTTYPE_MESSAGE;
 				else if (msg.type == VIDEO_CALL || msg.type == PHONE_CALL)
 					dbei.eventType = FACEBOOK_EVENTTYPE_CALL;
-				else
-					dbei.eventType = EVENTTYPE_URL; // FIXME: Use better and specific type for our other event types.
 
 				dbei.flags = DBEF_UTF;
 
-- 
cgit v1.2.3