revert stupid patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10074 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-06-16 14:18:18 +00:00
parent f8be560c1f
commit d8c516a729
2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,3 @@
2005-06-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Timeout.C (~Timeout): properly delete the pimpl on deletion.
2005-05-31 Martin Vermeer <martin.vermeer@hut.fi>
* screen.[hC]: better fix, processEvents -related screen update

View File

@ -17,7 +17,6 @@
Timeout::~Timeout()
{
pimpl_->stop();
delete pimpl_;
}