summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41c0784)
raw | patch | inline | side by side (parent: 41c0784)
author | joncruz <joncruz@users.sourceforge.net> | |
Tue, 4 Dec 2007 03:29:13 +0000 (03:29 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Tue, 4 Dec 2007 03:29:13 +0000 (03:29 +0000) |
src/widgets/sp-xmlview-attr-list.cpp | patch | blob | history |
index c8dee1a4291ca1038b28a55b423a45adec459345..e39b2a4e9c7012135ff3a84a3f447f2781b0e962 100644 (file)
-#define __SP_XMLVIEW_ATTR_LIST_C__
-
/*
* Specialization of GtkCList for the XML tree view
*
}
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;