[gnome-todo] Remove last reference to the Score plugin



commit 745c0bfab3148fee8735be00ffcb5d6c544da8b3
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat May 2 00:13:39 2020 -0300

    Remove last reference to the Score plugin
    
    It's dead now.

 meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ee0f341..badfaac 100644
--- a/meson.build
+++ b/meson.build
@@ -200,7 +200,6 @@ output += '        Documentation............ ' + enable_documentation.to_string(
 output += '\n'
 output += '    Plugins:\n'
 output += '\n'
-output += '        Score ................... ' + get_option('score_plugin').to_string() + '\n'
 output += '        Unscheduled panel ....... ' + get_option('unscheduled_panel_plugin').to_string() + '\n'
 output += '        Todo.txt ................ ' + get_option('todo_txt_plugin').to_string() + '\n'
 output += '        Todoist ................. ' + get_option('todoist_plugin').to_string() + '\n'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]