summaryrefslogtreecommitdiff
path: root/src/wx2/film_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx2/film_editor.cc')
-rw-r--r--src/wx2/film_editor.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wx2/film_editor.cc b/src/wx2/film_editor.cc
deleted file mode 100644
index b99327879..000000000
--- a/src/wx2/film_editor.cc
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "film_editor.h"
-
-FilmEditor::FilmEditor (Film* f, wxFrame* p)
- : wxPanel (p)
- , _film (f)
-{
- new wxButton (this, 0, wxT("FUCK"));
-}