Remove code from mapping parser that implements csv read. Use LayerSettings class instead.

This commit is contained in:
2019-09-25 17:59:38 +02:00
parent c365c89908
commit 62388e4053
2 changed files with 0 additions and 74 deletions

View File

@@ -36,17 +36,6 @@
#include <gds-render/widgets/layer-element.h>
#include <gds-render/layer/layer-settings.h>
/**
* @brief Load a line from \p stream and parse try to parse it as layer information
* @param stream Input data stream
* @param export Layer shall be exported
* @param name Layer name. Free returned pointer after using.
* @param layer Layer number
* @param color RGBA color.
* @return 1 if malformatted line, 0 if parsing was successful and parameters are valid, -1 if file end
*/
int mapping_parser_load_line(GDataInputStream *stream, gboolean *export, char **name, int *layer, GdkRGBA *color);
/**
* @brief Create Line for LayerMapping file with supplied information
* @param layer_element information