mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Clean up diff view
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user