summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2009-04-18 08:16:57 +0000
committerjoncruz <joncruz@users.sourceforge.net>2009-04-18 08:16:57 +0000
commitdf2bc88810a7b2de09eac52140e4a4d237128be8 (patch)
treec543a64a0beda4f6c89ef1afa9988f041382b584 /src/widgets/icon.cpp
parentWhitespace cleanup (diff)
downloadinkscape-df2bc88810a7b2de09eac52140e4a4d237128be8.tar.gz
inkscape-df2bc88810a7b2de09eac52140e4a4d237128be8.zip
Warning cleanup
(bzr r7730)
Diffstat (limited to 'src/widgets/icon.cpp')
-rw-r--r--src/widgets/icon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp
index 057f30a50..ad0646e5a 100644
--- a/src/widgets/icon.cpp
+++ b/src/widgets/icon.cpp
@@ -506,7 +506,7 @@ int sp_icon_get_phys_size(int size)
return vals[size];
}
-static void sp_icon_paint(SPIcon *icon, GdkRectangle const *area)
+static void sp_icon_paint(SPIcon *icon, GdkRectangle const */*area*/)
{
GtkWidget &widget = *GTK_WIDGET(icon);
GdkPixbuf *image = icon->pb;