From: Carlos Garcia Campos Date: Tue, 12 May 2009 17:23:20 +0000 (+0200) Subject: [libview] Remove unused function X-Git-Tag: EVINCE_2_27_1~18 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=6447fe328cd425e6b28d10afd38725a342508e6b;p=evince.git [libview] Remove unused function --- diff --git a/libview/ev-stock-icons.c b/libview/ev-stock-icons.c index 1725bb4e..fa3df964 100644 --- a/libview/ev-stock-icons.c +++ b/libview/ev-stock-icons.c @@ -132,8 +132,3 @@ ev_stock_icons_shutdown (void) g_free (ev_icons_path); } -void -ev_stock_icons_add_icons_path (void) -{ - ev_stock_icons_add_icons_path_for_screen (gdk_screen_get_default ()); -}