Skip to content

Commit b70330e

Browse files
authored
BRAYNS-648 Remove legacy code (#1271)
1 parent d776be7 commit b70330e

File tree

862 files changed

+631
-82961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

862 files changed

+631
-82961
lines changed

apps/service.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
#include <brayns/core/Version.h>
2626
#include <brayns/core/cli/CommandLine.h>
2727

28-
using namespace brayns::experimental;
29-
using brayns::getCopyright;
28+
using namespace brayns;
3029

3130
int main(int argc, const char **argv)
3231
{

deps/CMakeLists.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@
44
#
55
# This file is part of Brayns <https://github.com/BlueBrain/Brayns>
66

7-
add_library(stb INTERFACE)
8-
9-
target_include_directories(
10-
stb
11-
SYSTEM INTERFACE
12-
${CMAKE_CURRENT_LIST_DIR}
13-
)
14-
15-
add_library(tinyexr INTERFACE)
16-
17-
target_include_directories(
18-
tinyexr
19-
SYSTEM INTERFACE
20-
${CMAKE_CURRENT_LIST_DIR}
21-
)
22-
237
add_library(doctest INTERFACE)
248

259
target_compile_definitions(doctest INTERFACE DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN)

deps/stb_image.h

Lines changed: 0 additions & 7985 deletions
This file was deleted.

0 commit comments

Comments
 (0)