summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-18 00:48:37 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-18 00:48:37 +0000
commit945467caca4ad1f034900c8109d7967b879b6627 (patch)
treec5c69480eb437108994c9d6ac02320d9ddfa5344 /src/selection.cpp
parentCheck whether we are really in LPEToolContext in sp_lpetool_toolbox_sel_chang... (diff)
downloadinkscape-945467caca4ad1f034900c8109d7967b879b6627.tar.gz
inkscape-945467caca4ad1f034900c8109d7967b879b6627.zip
Remove debugging messages
(bzr r6689)
Diffstat (limited to 'src/selection.cpp')
-rw-r--r--src/selection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/selection.cpp b/src/selection.cpp
index 65ec9941d..9e134ff08 100644
--- a/src/selection.cpp
+++ b/src/selection.cpp
@@ -149,7 +149,6 @@ bool Selection::includes(SPObject *obj) const {
}
void Selection::add(SPObject *obj, bool persist_selection_context/* = false */) {
- g_print ("Selection::add()\n");
g_return_if_fail(obj != NULL);
g_return_if_fail(SP_IS_OBJECT(obj));
@@ -211,7 +210,6 @@ void Selection::toggle(SPObject *obj) {
}
void Selection::remove(SPObject *obj) {
- g_print ("Selection::remove()\n");
g_return_if_fail(obj != NULL);
g_return_if_fail(SP_IS_OBJECT(obj));
g_return_if_fail(includes(obj));