X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Flayergrouptreestore.cpp;h=52275c74c613a75e9d3539f38a7e4f43bd6e6ed4;hb=05903bd0db81b0db98639258d32cfcde302e4a9b;hp=01f0fe9df8c4f7f6c2a27d0730aa10a6fd0465c4;hpb=c6af6e1c3816eb3b15c573089b32e6ae65cd2f49;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/layergrouptreestore.cpp b/synfig-studio/trunk/src/gtkmm/layergrouptreestore.cpp index 01f0fe9..52275c7 100644 --- a/synfig-studio/trunk/src/gtkmm/layergrouptreestore.cpp +++ b/synfig-studio/trunk/src/gtkmm/layergrouptreestore.cpp @@ -2,7 +2,7 @@ /*! \file layergrouptreestore.cpp ** \brief Template File ** -** $Id: layergrouptreestore.cpp,v 1.2 2005/01/13 18:37:30 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -465,7 +465,7 @@ LayerGroupTreeStore::set_value_impl(const Gtk::TreeModel::iterator& iter, int co bool -LayerGroupTreeStore::row_draggable_vfunc (const TreeModel::Path& path)const +LayerGroupTreeStore::row_draggable_vfunc (const TreeModel::Path& /*path*/)const { //if(!get_iter(path)) return false; // Gtk::TreeModel::Row row(*get_iter(path)); @@ -512,7 +512,7 @@ LayerGroupTreeStore::drag_data_get_vfunc (const TreeModel::Path& path, Gtk::Sele } bool -LayerGroupTreeStore::drag_data_delete_vfunc (const TreeModel::Path& path) +LayerGroupTreeStore::drag_data_delete_vfunc (const TreeModel::Path& /*path*/) { return true; } @@ -842,7 +842,7 @@ LayerGroupTreeStore::on_group_removed(synfig::String group) } bool -LayerGroupTreeStore::on_group_changed(synfig::String group) +LayerGroupTreeStore::on_group_changed(synfig::String /*group*/) { //DEBUGPOINT(); return true; @@ -898,7 +898,7 @@ LayerGroupTreeStore::on_activity() } void -LayerGroupTreeStore::on_layer_status_changed(synfig::Layer::Handle handle,bool x) +LayerGroupTreeStore::on_layer_status_changed(synfig::Layer::Handle handle,bool /*x*/) { Gtk::TreeModel::Children::iterator iter; if(find_layer_row(handle,iter))