Renamed gesture-related methods, remove unused code

This commit is contained in:
Ivan Savenko
2023-06-20 19:58:05 +03:00
parent 563d7dd41f
commit 06437cbde6
17 changed files with 44 additions and 45 deletions
-3
View File
@@ -78,9 +78,6 @@ public:
virtual void close();
bool isPopupWindow() const override;
CRClickPopup();
virtual ~CRClickPopup();
static std::shared_ptr<WindowBase> createInfoWin(Point position, const CGObjectInstance * specific);
static void createAndPush(const std::string & txt, const CInfoWindow::TCompsInfo &comps = CInfoWindow::TCompsInfo());
static void createAndPush(const std::string & txt, std::shared_ptr<CComponent> component);