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:
parent
4d5fe66277
commit
385c8981bc
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user