X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2Fio_callback.h;h=efa4103746565793a7c74fe447029c9b52487916;hb=119986705849993d83de42b0d372623351535850;hp=5c3a81b26d632f4720c9b7983bbf24230a8585c2;hpb=da4456f2aab5c449886cfb40ff6a141d347c92d1;p=lyx.git diff --git a/src/frontends/qt2/io_callback.h b/src/frontends/qt2/io_callback.h index 5c3a81b26d..efa4103746 100644 --- a/src/frontends/qt2/io_callback.h +++ b/src/frontends/qt2/io_callback.h @@ -36,10 +36,8 @@ class io_callback : public QObject { public: /// connect a read ready notification for fd to the LyXComm io_callback(int fd, LyXComm * comm); - public slots: void data_received(); - private: /// our notifier boost::scoped_ptr sn_;