mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 19:50:03 -06:00
Remove warnings
This commit is contained in:
@@ -42,12 +42,10 @@ void to_json(nlohmann::json& j, const PropertyOwner* p);
|
||||
} // namespace openspace::properties
|
||||
|
||||
namespace openspace::interaction {
|
||||
|
||||
class Action;
|
||||
struct Action;
|
||||
|
||||
void to_json(nlohmann::json& j, const Action& a);
|
||||
void to_json(nlohmann::json& j, const Action* pA);
|
||||
|
||||
} // namespace openspace::interaction
|
||||
|
||||
namespace openspace {
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
|
||||
namespace {
|
||||
constexpr std::string_view _loggerCat = "SelectionProperty";
|
||||
|
||||
constexpr std::string_view OptionsKey = "Options";
|
||||
} // namespace
|
||||
|
||||
namespace openspace::properties {
|
||||
|
||||
Reference in New Issue
Block a user