diff options
author | rbuj <[email protected]> | 2021-10-27 17:30:36 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-01-08 23:02:46 -0500 |
commit | 658fab1f008bff7e1ec147d95baa04bc44c2fbcd (patch) | |
tree | 6cca2b00e83224a53df2bcca3f021c4d5c223c2a /libmisc/ev-page-action-widget.c | |
parent | ec957cf18919166ca8b8335475ef06f9fd5f2e67 (diff) | |
download | atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.bz2 atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.xz |
Use a blank line at most
Diffstat (limited to 'libmisc/ev-page-action-widget.c')
-rw-r--r-- | libmisc/ev-page-action-widget.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmisc/ev-page-action-widget.c b/libmisc/ev-page-action-widget.c index cf3b6a6a..c24d9b97 100644 --- a/libmisc/ev-page-action-widget.c +++ b/libmisc/ev-page-action-widget.c @@ -305,7 +305,6 @@ match_selected_cb (GtkEntryCompletion *completion, return TRUE; } - static void display_completion_text (GtkCellLayout *cell_layout, GtkCellRenderer *renderer, @@ -349,7 +348,6 @@ match_completion (GtkEntryCompletion *completion, EV_DOCUMENT_LINKS_COLUMN_LINK, &link, -1); - if (link) { text = ev_link_get_title (link); g_object_unref (link); @@ -445,7 +443,6 @@ get_filter_model_from_model (GtkTreeModel *model) return filter_model; } - void ev_page_action_widget_update_links_model (EvPageActionWidget *proxy, GtkTreeModel *model) { |