diff options
author | HampusM <hampus@hampusmat.com> | 2022-05-22 23:16:35 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:59 +0200 |
commit | 3bdc5a619f2ce5663cd601f479ddef3ffb4bfa6f (patch) | |
tree | 67ccb43c2960e8a0b9c7680d5946830e99f59561 /src/interfaces | |
parent | b74611d2b20fc071b8a699f2ce25e61f60118d6e (diff) |
refactor: remove unneccessary statusline section
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/statusline.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/statusline.hpp b/src/interfaces/statusline.hpp index c66a2d3..2fefa6d 100644 --- a/src/interfaces/statusline.hpp +++ b/src/interfaces/statusline.hpp @@ -15,7 +15,6 @@ enum StatusLineSection D = 3, E = 4, F = 5, - G = 6 }; // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) |