1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Remove unused stup session_get_domain

This commit is contained in:
Paul Fariello 2018-09-05 15:34:22 +02:00
parent e9e5f382da
commit f0f973fcb4

View File

@ -34,11 +34,6 @@ const char * connection_get_fulljid(void)
return (char *)mock();
}
const char * session_get_domain(void)
{
return NULL;
}
const char * connection_get_domain(void)
{
return NULL;