mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
f8be560c1f
commit
d8c516a729
@ -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
|
||||
|
@ -17,7 +17,6 @@
|
||||
Timeout::~Timeout()
|
||||
{
|
||||
pimpl_->stop();
|
||||
delete pimpl_;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user