diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-12 18:59:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-12 18:59:40 +0000 |
| commit | a314c58874f905bd1812c77ee6c78cb71de0a62e (patch) | |
| tree | 2a66052cb2741fd0532a5bc6d639e06ebf7c2f93 /src/wx/timecode.cc | |
| parent | 8615f1dd96a75869ab1e67236739473a39dfbd0b (diff) | |
Include trimming.
Diffstat (limited to 'src/wx/timecode.cc')
| -rw-r--r-- | src/wx/timecode.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/timecode.cc b/src/wx/timecode.cc index 40a22201e..043d4bc87 100644 --- a/src/wx/timecode.cc +++ b/src/wx/timecode.cc @@ -20,12 +20,10 @@ #include "lib/util.h" #include "timecode.h" #include "wx_util.h" -#include <boost/lexical_cast.hpp> #include <iostream> using std::string; using std::cout; -using boost::lexical_cast; TimecodeBase::TimecodeBase (wxWindow* parent) : wxPanel (parent) @@ -120,5 +118,3 @@ TimecodeBase::size (wxWindow* parent) size.SetHeight (-1); return size; } - - |
