summaryrefslogtreecommitdiff
path: root/libview/ev-stock-icons.c
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-stock-icons.c')
-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);