]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.h
HTML for stackrel.
[lyx.git] / src / ServerSocket.h
index 1899e8b9ae82de30d2792252947b34a7b8982b10..420089984c6d5373678369e136267fbae17527de 100644 (file)
@@ -26,7 +26,6 @@
 namespace lyx {
 
 class LyXDataSocket;
-class LyXFunc;
 
 
 /** Sockets can be in two states: listening and connected.
@@ -41,7 +40,7 @@ class LyXFunc;
 class ServerSocket {
 public:
        ///
-       ServerSocket(LyXFunc *, support::FileName const &);
+       ServerSocket(support::FileName const &);
        ///
        ~ServerSocket();
        /// Address of the local socket
@@ -53,8 +52,6 @@ public:
 private:
        ///
        void writeln(std::string const &);
-       ///
-       LyXFunc * func;
        /// File descriptor for the server socket
        int fd_;
        /// Stores the socket filename