Skip to content
Snippets Groups Projects
Commit 01c29dd6 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

+ TODO note

parent 77b95d89
No related branches found
No related tags found
1 merge request!933Untemplify Powerfield
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "Device/Data/Powerfield.h" #include "Device/Data/Powerfield.h"
// TODO: just clones the input, can probably be eliminated
std::unique_ptr<Powerfield> GUI::Util::IO::binifyAxes(const Powerfield& data) std::unique_ptr<Powerfield> GUI::Util::IO::binifyAxes(const Powerfield& data)
{ {
std::vector<IAxis*> axes; std::vector<IAxis*> axes;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment