[epiphany/mcatanzaro/password-manager-fixes: 5/5] Remove stale declaration




commit 2d3639820ee76a5f3b822833bf14ce31dea4a132
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Sep 17 11:16:30 2021 -0500

    Remove stale declaration
    
    ephy_password_manager_export_to_js_context() no longer exists.
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1014>

 lib/sync/ephy-password-manager.h | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/lib/sync/ephy-password-manager.h b/lib/sync/ephy-password-manager.h
index db8b9b90e..c2b6a55ff 100644
--- a/lib/sync/ephy-password-manager.h
+++ b/lib/sync/ephy-password-manager.h
@@ -81,8 +81,5 @@ gboolean             ephy_password_manager_forget_finish             (EphyPasswo
                                                                       GAsyncResult         *result,
                                                                       GError              **error);
 void                 ephy_password_manager_forget_all                (EphyPasswordManager *self);
-void                 ephy_password_manager_export_to_js_context      (EphyPasswordManager *self,
-                                                                      JSCContext          *js_context,
-                                                                      JSCValue            *js_namespace);
 
 G_END_DECLS


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