]> git.lyx.org Git - lyx.git/blobdiff - src/sp_base.h
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / sp_base.h
index b15631b3e5daf86d346dc573c3b0f3cddbca34e2..df21779ad5d296172ed6a21976deda6366734365 100644 (file)
@@ -44,8 +44,6 @@ class SpellBase
 
    virtual char const * nextMiss() = 0;
      
-   virtual void sigchldhandler(pid_t pid, int *) = 0;
-
 };
 
 #endif