Skip to content

Commit

Permalink
Camera: Remove old model
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman authored and FalseIlyu committed May 11, 2024
1 parent 79767d3 commit 9c41778
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 609 deletions.
3 changes: 0 additions & 3 deletions src/Camera/CameraModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "3D/LandIsland.h"
#include "DefaultWorldCameraModel.h"
#include "Locator.h"
#include "OldCameraModel.h"

using namespace openblack;

Expand All @@ -27,8 +26,6 @@ std::unique_ptr<CameraModel> CameraModel::CreateModel(CameraModel::Model model)
{
case CameraModel::Model::DefaultWorld:
return std::unique_ptr<CameraModel>(new DefaultWorldCameraModel());
case CameraModel::Model::Old:
return std::unique_ptr<CameraModel>(new OldCameraModel());
default:
assert(false);
return nullptr;
Expand Down

0 comments on commit 9c41778

Please sign in to comment.