Pretend I didn't copy-paste a lot of boilerplate from the matrix plugin

This commit is contained in:
2018-05-02 00:41:27 +01:00
parent 9a3bef3965
commit 6fcd10ed32

View File

@@ -104,8 +104,8 @@ static void delta_destroy_plugin(PurplePlugin *plugin) {
static PurplePluginProtocolInfo extra_info =
{
DELTA_PROTOCOL_OPTS, /* options */
NULL, /* user_splits, initialized in matrixprpl_init() */
NULL, /* protocol_options, initialized in matrixprpl_init() */
NULL, /* user_splits */
NULL, /* protocol_options, initialized in delta_init_plugin() */
{ /* icon_spec, a PurpleBuddyIconSpec */
"svg,png,jpg,gif", /* format */
0, /* min_width */