chore: Remove initial test cube drawing

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-02-09 16:18:46 -07:00
parent 9282f334c9
commit fbfb496930
2 changed files with 1 additions and 52 deletions

View File

@@ -26,8 +26,6 @@ protected:
void wheelEvent(QWheelEvent *event) override;
private:
void drawCube();
QMatrix4x4 projection;
ViewCube* m_viewCube;