Skip to content

Commit c28a13f

Browse files
committed
Fix compiler warning about unused private field.
1 parent b8a889d commit c28a13f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mythtv/libs/libmyth/mythcontext.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ class MythContext::Impl : public QObject
166166
MythConfirmationDialog *m_mbeVersionPopup {nullptr};
167167
int m_registration {-1};
168168
QDateTime m_lastCheck;
169-
QTcpSocket *m_socket {nullptr};
170169
};
171170

172171
static void exec_program_cb(const QString &cmd)

0 commit comments

Comments
 (0)