1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Removed unused variable after merge

This commit is contained in:
James Booth 2013-08-18 16:36:43 +01:00
parent 4d5fe66277
commit 385c8981bc

View File

@ -49,7 +49,6 @@ plugins_init(void)
for (i = 0; i < g_strv_length(plugins_load); i++)
{
gchar *filename = plugins_load[i];
ProfPlugin *plugin = NULL;
if (g_str_has_suffix(filename, ".py")) {
ProfPlugin *plugin = python_plugin_create(filename);
if (plugin != NULL) {