diff -r 0e729e681a2c -r eb9d900dc79a src/ui/canvas.h --- a/src/ui/canvas.h Wed May 25 18:29:49 2022 +0300 +++ b/src/ui/canvas.h Wed May 25 18:33:38 2022 +0300 @@ -32,8 +32,6 @@ DocumentManager* documents, const ldraw::ColorTable& colorTable, QWidget* parent = nullptr); - void clearSelection(); - void addToSelection(ldraw::id_t id); void setOverpaintCallback(OverpaintCallback fn); void drawWorldPoint(QPainter* painter, const glm::vec3& worldPoint) const; void drawWorldPolyline(QPainter* painter, const std::vector& points); @@ -58,7 +56,6 @@ void paintGL() override; Q_SIGNALS: void newStatusText(const QString& newStatusText); - void selectionChanged(const QSet& newSelection); void mouseClick(QMouseEvent* event); void mouseMove(QMouseEvent* event); private: