Removed compatibility code

mkvtoolnix requires wxWidgets 2.6.0 or later by configure check anyway,
so there is no need to check for 2.4.2 in the source code.
This commit is contained in:
Moritz Bunkus 2009-02-16 20:05:58 +01:00
parent c473941531
commit a2b7d6b28c

View File

@ -40,10 +40,6 @@ using namespace std;
using namespace libebml;
using namespace libmatroska;
#if ! wxCHECK_VERSION(2,4,2)
# define wxTreeItemIdValue long
#endif
class chapters_drop_target_c: public wxFileDropTarget {
private:
tab_chapters *owner;