summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-12-04 03:29:13 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-12-04 03:29:13 +0000
commit4cdfd998c96f4cfbc60ec438625cfad0d045a047 (patch)
tree6dcf7db3c74d50f7b8c5c9104552686329977d1f /src
parentSolve crash on assert (see bugs #173555 and #173568 in launchpad) (diff)
downloadinkscape-4cdfd998c96f4cfbc60ec438625cfad0d045a047.tar.gz
inkscape-4cdfd998c96f4cfbc60ec438625cfad0d045a047.zip
warning cleanup
(bzr r4163)
Diffstat (limited to 'src')
-rw-r--r--src/widgets/sp-xmlview-attr-list.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/widgets/sp-xmlview-attr-list.cpp b/src/widgets/sp-xmlview-attr-list.cpp
index c8dee1a42..e39b2a4e9 100644
--- a/src/widgets/sp-xmlview-attr-list.cpp
+++ b/src/widgets/sp-xmlview-attr-list.cpp
@@ -1,5 +1,3 @@
-#define __SP_XMLVIEW_ATTR_LIST_C__
-
/*
* Specialization of GtkCList for the XML tree view
*
@@ -135,7 +133,12 @@ sp_xmlview_attr_list_destroy (GtkObject * object)
}
void
-event_attr_changed (Inkscape::XML::Node * repr, const gchar * name, const gchar * old_value, const gchar * new_value, bool is_interactive, gpointer data)
+event_attr_changed (Inkscape::XML::Node * /*repr*/,
+ const gchar * name,
+ const gchar * /*old_value*/,
+ const gchar * new_value,
+ bool /*is_interactive*/,
+ gpointer data)
{
gint row;
SPXMLViewAttrList * list;