diff options
author | rbuj <[email protected]> | 2021-10-27 17:30:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 18:31:11 +0100 |
commit | 816d2dc8226f8d271aa1a6cd30549614769d5267 (patch) | |
tree | b7bf882bb656964b9a919d4467fbde54fd9be867 /shell/main.c | |
parent | 0c38b79c9556e475652d37556f0b2ffd73e0a4e4 (diff) | |
download | atril-816d2dc8226f8d271aa1a6cd30549614769d5267.tar.bz2 atril-816d2dc8226f8d271aa1a6cd30549614769d5267.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); |