summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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)
{