Skip to content

Commit

Permalink
Revert "Apply clang-format"
Browse files Browse the repository at this point in the history
This reverts commit 8de3446.
  • Loading branch information
wawanbreton committed Dec 17, 2024
1 parent 8de3446 commit 8667f27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 55 deletions.
1 change: 0 additions & 1 deletion Cura-workflows
Submodule Cura-workflows deleted from 23f73c
14 changes: 7 additions & 7 deletions include/Scene.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2018 Ultimaker B.V.
// CuraEngine is released under the terms of the AGPLv3 or higher.
//Copyright (c) 2018 Ultimaker B.V.
//CuraEngine is released under the terms of the AGPLv3 or higher.

#ifndef SCENE_H
#define SCENE_H
Expand All @@ -20,13 +20,13 @@ class Scene
/*
* \brief The global settings in the scene.
*/
Settings settings;
Settings settings;

/*
* \brief Which extruder to evaluate each setting on, if different from the
* normal extruder of the object it's evaluated for.
*/
std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;

/*
* \brief The mesh groups in the scene.
Expand Down Expand Up @@ -80,9 +80,9 @@ class Scene
/*
* \brief You are not allowed to copy by assignment either.
*/
Scene& operator=(const Scene&) = delete;
Scene& operator =(const Scene&) = delete;
};

} // namespace cura
} //namespace cura

#endif // SCENE_H
#endif //SCENE_H
47 changes: 0 additions & 47 deletions package_details.txt

This file was deleted.

0 comments on commit 8667f27

Please sign in to comment.