summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-02-06 14:47:29 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-02-06 14:47:29 +0000
commit591b5488946d799fa80bbefc1eec391e5d783093 (patch)
tree5d31ac65c18d2a574f806acfdee3d9db2c21c45b /src
parentfixed memleak (diff)
downloadinkscape-591b5488946d799fa80bbefc1eec391e5d783093.tar.gz
inkscape-591b5488946d799fa80bbefc1eec391e5d783093.zip
Unwanted output in documentation dropped
(bzr r10945)
Diffstat (limited to 'src')
-rw-r--r--src/inkview.cpp2
-rw-r--r--src/test-helpers.h2
-rw-r--r--src/ui/dialog/extensions.cpp4
3 files changed, 2 insertions, 6 deletions
diff --git a/src/inkview.cpp b/src/inkview.cpp
index b71a65508..11643af6d 100644
--- a/src/inkview.cpp
+++ b/src/inkview.cpp
@@ -102,7 +102,7 @@ static void usage();
static GtkWidget *ctrlwin = NULL;
-/// Dummy functions to keep linker happy
+// Dummy functions to keep linker happy
int sp_main_gui (int, char const**) { return 0; }
int sp_main_console (int, char const**) { return 0; }
diff --git a/src/test-helpers.h b/src/test-helpers.h
index e1b852162..bda48599e 100644
--- a/src/test-helpers.h
+++ b/src/test-helpers.h
@@ -8,7 +8,7 @@
#include "inkscape-private.h"
-/// Dummy functions to keep linker happy
+// Dummy functions to keep linker happy
#if !defined(DUMMY_MAIN_TEST_CALLS_SEEN)
#define DUMMY_MAIN_TEST_CALLS_SEEN
int sp_main_gui (int, char const**) { return 0; }
diff --git a/src/ui/dialog/extensions.cpp b/src/ui/dialog/extensions.cpp
index 59b9df36a..bdb5b8f62 100644
--- a/src/ui/dialog/extensions.cpp
+++ b/src/ui/dialog/extensions.cpp
@@ -34,10 +34,6 @@ ExtensionsPanel &ExtensionsPanel::getInstance()
}
-
-/**
- * Constructor
- */
ExtensionsPanel::ExtensionsPanel() :
_showAll(false)
{