[gnome-books/wip/hadess/more-dead-code-cleanup: 1/4] main: Remove DOCUMENTS_PERSIST code



commit b51b53ff3e4145821f8719bfed0da443ca92cf5c
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 25 17:37:24 2019 +0100

    main: Remove DOCUMENTS_PERSIST code
    
    Was only used for the search provider.

 src/main.js | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/main.js b/src/main.js
index 9e790d35..9bfaaf6e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -42,7 +42,5 @@ const GLib = imports.gi.GLib;
 
 function main(args) {
     let application = new Application.Application(pkg.name == 'org.gnome.Books');
-    if (GLib.getenv('DOCUMENTS_PERSIST'))
-        application.hold();
     return application.run(args);
 }


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