remove static char EmptyString lines

This commit is contained in:
sonoro1234
2018-11-27 12:07:56 +01:00
parent df00156746
commit 2c10d47b9a
5 changed files with 6 additions and 11 deletions

View File

@@ -605,7 +605,6 @@ struct ImGuiTextFilter
struct ImGuiTextBuffer
{
ImVector_char Buf;
char EmptyString[1];
};
struct ImGuiStorage
{