diff options
Diffstat (limited to 'src/object_gui.cpp')
-rw-r--r-- | src/object_gui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/object_gui.cpp b/src/object_gui.cpp index f54492caf..a56fc051f 100644 --- a/src/object_gui.cpp +++ b/src/object_gui.cpp @@ -205,11 +205,6 @@ public: } } - virtual void OnPaint() - { - this->DrawWidgets(); - } - void SelectOtherObject(int object_index) { _selected_object_index = object_index; |