From 726686c9b378f3a727ded52226b13a760cba1e6c Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Sat, 3 Sep 2016 17:09:24 -0300 Subject: Inductor under implementation Ind motor, sync condenser and load implemented --- Project/Machines.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Project/Machines.h') diff --git a/Project/Machines.h b/Project/Machines.h index 8f33187..e7758af 100644 --- a/Project/Machines.h +++ b/Project/Machines.h @@ -23,7 +23,6 @@ public: virtual void UpdateNodes(); virtual void Rotate(); virtual void DrawSymbol() const {} - virtual bool GetContextMenu(wxMenu& menu) { return false; } protected: void UpdateSwitchesPosition(); -- cgit