Atomic woes, megalinter, and batches (#13)
* fix libCZI dependency w/ atomic woes * add megalinter * fix megalinter triggers * use correct flavor * build status in readme * clang-format * megalinter batch * disable suggestions set libCZI options before fetching Set compile definitions for static libCZI
This commit is contained in:
committed by
Maximilian Kueffner
parent
b1923a490c
commit
d6a08f7db3
@@ -5,7 +5,6 @@
|
||||
#include <unordered_set>
|
||||
|
||||
#include "ImageViewFactory.hpp"
|
||||
#include "PixelariumImageViewDefault.hpp"
|
||||
#include "rendering/IPixelariumImageView.hpp"
|
||||
#include "resources/resource.hpp"
|
||||
#include "utilities/ILog.hpp"
|
||||
@@ -23,7 +22,6 @@ struct RenderImageStateWrapper
|
||||
const bool* show_state;
|
||||
};
|
||||
|
||||
|
||||
/// @brief Manage instances of IPixelariumImageView.
|
||||
///
|
||||
/// This class is used to keep track of what must be rendered.
|
||||
|
||||
Reference in New Issue
Block a user