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 /shell/main.c | |
parent | ec957cf18919166ca8b8335475ef06f9fd5f2e67 (diff) | |
download | atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.bz2 atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.xz |
Use a blank line at most
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/main.c b/shell/main.c index 79b92524..57950622 100644 --- a/shell/main.c +++ b/shell/main.c @@ -36,7 +36,6 @@ #include "eggsmclient.h" #include "eggdesktopfile.h" - static gchar *ev_page_label; static gchar *ev_find_string; static gint ev_page_index = 0; @@ -48,7 +47,6 @@ static gboolean unlink_temp_file = FALSE; static gchar *print_settings; static const char **file_arguments = NULL; - static gboolean option_version_cb (const gchar *option_name, const gchar *value, @@ -206,8 +204,6 @@ load_files (const char **files) continue; } - - ev_application_open_uri_at_dest (EV_APP, uri, screen, dest, mode, ev_find_string, GDK_CURRENT_TIME); |