removed TODOs

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-05-17 18:34:16 +02:00
parent 11c16f1123
commit 0e0fb2b1ee
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 0 additions and 2 deletions

View File

@ -2006,7 +2006,6 @@ function get_gcontact_id($contact) {
return false;
}
/// @TODO backward-compatibility or old-lost code?
if ($contact["network"] == NETWORK_STATUSNET) {
$contact["network"] = NETWORK_OSTATUS;
}
@ -2139,7 +2138,6 @@ function update_gcontact($contact) {
$fields["hide"] = $r[0]["hide"];
/// @TODO backward-compatibility or old-lost code?
if ($contact["network"] == NETWORK_STATUSNET) {
$contact["network"] = NETWORK_OSTATUS;
}