summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-11-11 14:30:26 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-11-11 14:30:26 +0000
commit53404b40617ef88ed21ae476968c1d71bd64675b (patch)
tree06b547e43e171c69bde36e4379dd43971bf3a483 /src
parentSPObject: drop sp_object_ prefix on class members (diff)
downloadinkscape-53404b40617ef88ed21ae476968c1d71bd64675b.tar.gz
inkscape-53404b40617ef88ed21ae476968c1d71bd64675b.zip
SPObject: Remove todo note
(bzr r11870)
Diffstat (limited to 'src')
-rw-r--r--src/sp-object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index d9ddb17bb..0c4429a74 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -193,8 +193,6 @@ SPObject *sp_object_hunref(SPObject *object, gpointer owner);
* SPObjects are bound to the higher-level container SPDocument, which
* provides document level functionality such as the undo stack,
* dictionary and so on. Source: doc/architecture.txt
- *
- * @todo need to remove redundant sp_object_... prefixing on methods.
*/
class SPObject : public GObject {
public: