681 changes: 0 additions & 681 deletions mythtv/libs/libmyth/generictree.cpp

This file was deleted.

117 changes: 0 additions & 117 deletions mythtv/libs/libmyth/generictree.h

This file was deleted.

10 changes: 5 additions & 5 deletions mythtv/libs/libmyth/libmyth.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HEADERS += audio/audiooutpututil.h audio/audiooutputdownmix.h
HEADERS += audio/audiooutputdigitalencoder.h audio/spdifencoder.h
HEADERS += audio/audiosettings.h audio/audiooutputsettings.h audio/pink.h
HEADERS += backendselect.h dbsettings.h dialogbox.h
HEADERS += generictree.h langsettings.h
HEADERS += langsettings.h
HEADERS += mythconfigdialogs.h mythconfiggroups.h
HEADERS += mythcontext.h mythdialogs.h
HEADERS += mythevent.h mythexp.h mythmediamonitor.h
Expand All @@ -44,10 +44,10 @@ SOURCES += audio/spdifencoder.cpp audio/audiooutputdigitalencoder.cpp
SOURCES += audio/audiooutputnull.cpp
SOURCES += audio/audiooutpututil.cpp audio/audiooutputdownmix.cpp
SOURCES += audio/audiosettings.cpp audio/audiooutputsettings.cpp audio/pink.c
SOURCES += volumebase.cpp
SOURCES += volumebase.cpp

SOURCES += backendselect.cpp dbsettings.cpp dialogbox.cpp
SOURCES += generictree.cpp langsettings.cpp
SOURCES += langsettings.cpp
SOURCES += mythconfigdialogs.cpp mythconfiggroups.cpp
SOURCES += mythcontext.cpp mythdialogs.cpp
SOURCES += mythmediamonitor.cpp
Expand Down Expand Up @@ -103,7 +103,7 @@ inc.files += settings.h uitypes.h mythplugin.h mythdialogs.h
inc.files += audio/audiooutput.h audio/audiosettings.h
inc.files += audio/audiooutputsettings.h
inc.files += inetcomms.h mythwizard.h schemawizard.h
inc.files += generictree.h mythmediamonitor.h
inc.files += mythmediamonitor.h
inc.files += visual.h volumebase.h output.h langsettings.h
inc.files += mythexp.h mythpluginapi.h storagegroupeditor.h
inc.files += mythconfigdialogs.h mythconfiggroups.h
Expand All @@ -114,7 +114,7 @@ inc.files += mythrssmanager.h netgrabbermanager.h
inc.files += rssparse.h netutils.h

# remove when everything is switched to mythui
inc.files += virtualkeyboard_qt.h xmlparse.h
inc.files += virtualkeyboard_qt.h xmlparse.h

# Allow both #include <blah.h> and #include <libmyth/blah.h>
inc2.path = $${PREFIX}/include/mythtv/libmyth
Expand Down
1 change: 0 additions & 1 deletion mythtv/libs/libmyth/mythdialogs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <vector>
using namespace std;

class GenericTree;
class MythMediaDevice;
class MythLineEdit;
class MythRemoteLineEdit;
Expand Down
1 change: 0 additions & 1 deletion mythtv/libs/libmyth/uitypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ using namespace std;
#include "mythwidgets.h"
#include "util.h"
#include "mythdialogs.h"
#include "generictree.h"
#include "mythwidgets.h"
#include "mythfontproperties.h"

Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/// Update this whenever the plug-in API changes.
/// Including changes in the libmythbase, libmyth, libmythtv, libmythav* and
/// libmythui class methods used by plug-ins.
#define MYTH_BINARY_VERSION "0.25.20120122-1"
#define MYTH_BINARY_VERSION "0.25.20120123-1"

/** \brief Increment this whenever the MythTV network protocol changes.
*
Expand Down