diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-11 22:49:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-11 22:50:27 +0100 |
| commit | 6e99da2707e0af449d1aeec06a43de9af19cfa36 (patch) | |
| tree | ba9b27709eafda8d41a90628605cbe9f5e45026e /src/wx/controls.h | |
| parent | d1e17b2719ed8930caecb0c80e51e0c2fd813b7c (diff) | |
Remove player activity logging. Fixes #2122.
If I remember right this was for swaroop and I suspect nobody else
is really interested.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 377960425..ca9c20087 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -57,7 +57,6 @@ public: bool editor_controls = true ); - virtual void log (wxString) {} virtual void set_film (std::shared_ptr<Film> film); virtual void play () {}; |
