summaryrefslogtreecommitdiffstats
path: root/src/extension/dependency.cpp
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2013-03-11 23:49:54 +0000
committerroot <root@jtx.marker.es>2013-03-11 23:49:54 +0000
commit71b9a4b54c026c0fb8c73ef6cac4ae4c1ea82e7f (patch)
tree2f2c808a23fc507f9c813104415236573f25bb9a /src/extension/dependency.cpp
parent~sub fix, double click to reset default handles and control to 10% step (diff)
parentreadding entries in Cmake and make include lists that were not removed after ... (diff)
downloadinkscape-71b9a4b54c026c0fb8c73ef6cac4ae4c1ea82e7f.tar.gz
inkscape-71b9a4b54c026c0fb8c73ef6cac4ae4c1ea82e7f.zip
update to trunk
(bzr r11950.1.52)
Diffstat (limited to 'src/extension/dependency.cpp')
-rw-r--r--src/extension/dependency.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp
index 7c358d871..78012ccc8 100644
--- a/src/extension/dependency.cpp
+++ b/src/extension/dependency.cpp
@@ -122,8 +122,7 @@ Dependency::~Dependency (void)
found then a TRUE is returned. If we get all the way through the
path then a FALSE is returned, the command could not be found.
*/
-bool
-Dependency::check (void) const
+bool Dependency::check (void) const
{
// std::cout << "Checking: " << *this << std::endl;
@@ -216,7 +215,6 @@ Dependency::check (void) const
g_free(orig_path);
return FALSE; /* Reverse logic in this one */
- break;
}
} /* switch _location */
break;