summaryrefslogtreecommitdiff
path: root/src/wx/controls.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-11 22:49:34 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-11 22:50:27 +0100
commit6e99da2707e0af449d1aeec06a43de9af19cfa36 (patch)
treeba9b27709eafda8d41a90628605cbe9f5e45026e /src/wx/controls.h
parentd1e17b2719ed8930caecb0c80e51e0c2fd813b7c (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.h1
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 () {};