Skip to content

Commit

Permalink
Merge pull request #7 from OpenTimelineIO/remove_exp
Browse files Browse the repository at this point in the history
Remove experimental code
  • Loading branch information
darbyjohnston authored Nov 9, 2024
2 parents 1570687 + d93b277 commit 69f70db
Show file tree
Hide file tree
Showing 76 changed files with 1 addition and 7,501 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ project(
LANGUAGES CXX C)

set(toucan_VIEW ON CACHE BOOL "Build viewer application")
set(toucan_EDIT OFF CACHE BOOL "Build editor application")

list(PREPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

Expand All @@ -31,9 +30,6 @@ if(APPLE)
set(CMAKE_IGNORE_PREFIX_PATH /opt/homebrew)
endif()
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
if(toucan_EDIT)
add_definitions(-Dtoucan_EDIT)
endif()

set(TOUCAN_PLUGINS
toucanColorSpace
Expand All @@ -57,7 +53,7 @@ find_package(OpenColorIO)
find_package(OpenImageIO)
find_package(OTIO)
find_package(OpenFX)
if(toucan_VIEW OR toucan_EDIT)
if(toucan_VIEW)
find_package(lunasvg)
find_package(dtk)
endif()
Expand Down
3 changes: 0 additions & 3 deletions bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ add_subdirectory(toucan-render)
if(toucan_VIEW)
add_subdirectory(toucan-view)
endif()
if(toucan_EDIT)
add_subdirectory(toucan-edit)
endif()
8 changes: 0 additions & 8 deletions bin/toucan-edit/CMakeLists.txt

This file was deleted.

25 changes: 0 additions & 25 deletions bin/toucan-edit/main.cpp

This file was deleted.

102 changes: 0 additions & 102 deletions lib/toucanEdit/App.cpp

This file was deleted.

43 changes: 0 additions & 43 deletions lib/toucanEdit/App.h

This file was deleted.

157 changes: 0 additions & 157 deletions lib/toucanEdit/BottomBar.cpp

This file was deleted.

Loading

0 comments on commit 69f70db

Please sign in to comment.