diff options
author | rbuj <[email protected]> | 2021-10-26 12:49:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-01-02 21:03:47 +0100 |
commit | f033cb68fea4b1ad028fc25b80a0c5b52ab3896d (patch) | |
tree | 9ae0ec0f6f51370958d13796abee457088ef2625 /shell/main.c | |
parent | 816d2dc8226f8d271aa1a6cd30549614769d5267 (diff) | |
download | atril-f033cb68fea4b1ad028fc25b80a0c5b52ab3896d.tar.bz2 atril-f033cb68fea4b1ad028fc25b80a0c5b52ab3896d.tar.xz |
Don't build the path to stock icons
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index 57950622..321bdaa5 100644 --- a/shell/main.c +++ b/shell/main.c @@ -281,7 +281,6 @@ main (int argc, char *argv[]) done: ev_shutdown (); - ev_stock_icons_shutdown (); g_object_unref (application); return status; |