mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
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:
parent
c473941531
commit
a2b7d6b28c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user