impr: Clean up diff view

This commit is contained in:
WerWolv
2023-02-16 08:53:05 +01:00
parent 6216d72aa6
commit d9fa4b452c
2 changed files with 52 additions and 52 deletions

View File

@@ -23,7 +23,7 @@ namespace hex::plugin::builtin {
void drawContent() override;
private:
public:
struct Column {
ui::HexEditor hexEditor;
int provider = -1;
@@ -41,10 +41,6 @@ namespace hex::plugin::builtin {
DifferenceType type;
};
bool drawDiffColumn(Column &column, float height) const;
void drawProviderSelector(Column &column);
std::string getProviderName(Column &column) const;
private:
std::array<Column, 2> m_columns;