mirror of
https://github.com/hyprwm/hyprlang.git
synced 2025-05-12 21:30:37 +01:00
Multiline: Remove static function from header
This commit is contained in:
parent
784f6b97de
commit
150ff5d799
1 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <expected>
|
||||
|
||||
struct SHandler {
|
||||
std::string name = "";
|
||||
|
@ -71,8 +70,6 @@ enum eGetNextLineFailure : uint8_t {
|
|||
GETNEXTLINEFAILURE_BACKSLASH,
|
||||
};
|
||||
|
||||
static std::expected<std::string, eGetNextLineFailure> getNextLine(std::istream& str, int &rawLineNum, int &lineNum);
|
||||
|
||||
class CConfigImpl {
|
||||
public:
|
||||
std::string path = "";
|
||||
|
|
Loading…
Reference in a new issue