diff options
Diffstat (limited to 'hardinfo2/stock.c')
-rw-r--r-- | hardinfo2/stock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hardinfo2/stock.c b/hardinfo2/stock.c index 614d1b8f..34aea2e9 100644 --- a/hardinfo2/stock.c +++ b/hardinfo2/stock.c @@ -24,8 +24,7 @@ static struct { gchar *filename; gchar *stock_id; } stock_icons[] = { - { "report.png", HI_STOCK_REPORT}, - { "module.png", HI_STOCK_MODULE} + { "report.png", HI_STOCK_REPORT} }; static GtkIconFactory *icon_factory; |