summaryrefslogtreecommitdiffstats
path: root/src/io/resource-manager.cpp
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2019-05-22 15:35:03 +0000
committerShlomi Fish <shlomif@shlomifish.org>2019-05-22 16:46:15 +0000
commitd86d8a76f1cd6fd9f4b2eaacddfbc3f90e9a1aeb (patch)
treeacb996c00f1d6fc154f0cd6980c3944be2552e83 /src/io/resource-manager.cpp
parentAllow scale offset in groups using the knot like in paths (diff)
downloadinkscape-d86d8a76f1cd6fd9f4b2eaacddfbc3f90e9a1aeb.tar.gz
inkscape-d86d8a76f1cd6fd9f4b2eaacddfbc3f90e9a1aeb.zip
Remove ResourceManager dep on Glib::object.
As suggested in http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 . Needs review but seems to work well.
Diffstat (limited to 'src/io/resource-manager.cpp')
-rw-r--r--src/io/resource-manager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/io/resource-manager.cpp b/src/io/resource-manager.cpp
index 406157ebd..1ae02a886 100644
--- a/src/io/resource-manager.cpp
+++ b/src/io/resource-manager.cpp
@@ -423,7 +423,6 @@ bool ResourceManagerImpl::searchUpwards( std::string const &base, std::string co
static ResourceManagerImpl* theInstance = nullptr;
ResourceManager::ResourceManager()
- : Glib::Object()
{
}