summaryrefslogtreecommitdiff
path: root/libview
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-08-24 22:25:31 +0300
committerinfirit <[email protected]>2015-08-31 14:51:17 +0200
commite5e2b894e070fd0509c0016e7285d78c6ff543c3 (patch)
tree6b52f77438b32132f46da5521b3ccc693ba10123 /libview
parent0f060b5170016a28cf742edbc623dea906fa7f15 (diff)
downloadatril-e5e2b894e070fd0509c0016e7285d78c6ff543c3.tar.bz2
atril-e5e2b894e070fd0509c0016e7285d78c6ff543c3.tar.xz
drop support for win32/osx/hildon, make smclient mandatory
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-stock-icons.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libview/ev-stock-icons.c b/libview/ev-stock-icons.c
index 7d86fd98..b694c651 100644
--- a/libview/ev-stock-icons.c
+++ b/libview/ev-stock-icons.c
@@ -93,15 +93,8 @@ ev_stock_icons_init (void)
GtkIconFactory *factory;
GtkIconSource *source;
gint i;
-#ifdef G_OS_WIN32
- gchar *dir;
- dir = g_win32_get_package_installation_directory_of_module (NULL);
- ev_icons_path = g_build_filename (dir, "share", "atril", "icons", NULL);
- g_free (dir);
-#else
ev_icons_path = g_build_filename (ATRILDATADIR, "icons", NULL);
-#endif
factory = gtk_icon_factory_new ();
gtk_icon_factory_add_default (factory);