Final touches for /avatar set

This commit is contained in:
Michael Vetter
2022-05-27 10:39:49 +02:00
parent 0cff111249
commit d510f3a430
5 changed files with 8 additions and 10 deletions

View File

@@ -9,10 +9,8 @@ avatar_get_by_nick(const char* nick)
return TRUE;
}
#ifdef HAVE_PIXBUF
gboolean
avatar_set(const char* path)
{
return TRUE;
}
#endif