summaryrefslogtreecommitdiff
path: root/universe/src/universe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'universe/src/universe.cpp')
-rw-r--r--universe/src/universe.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/universe/src/universe.cpp b/universe/src/universe.cpp
index 649b553..65bba52 100644
--- a/universe/src/universe.cpp
+++ b/universe/src/universe.cpp
@@ -5,7 +5,6 @@
#include <kurator/universe/Repository.h>
#include "JsonRepository.h"
-#include "SampleRepository.h"
namespace kurator
@@ -21,12 +20,5 @@ load_json(const char* path)
}
-std::shared_ptr<Repository>
-load_sample()
-{
- return std::make_shared<SampleRepository>();
-}
-
-
} // namespace universe
} // namespace kurator