mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove unnneded 'using's
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4797 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c6b1b59008
commit
9e42867115
@ -1,3 +1,8 @@
|
||||
|
||||
2002-07-26 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* kb_sequence.C: remove unnedred usings
|
||||
|
||||
2002-07-26 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* lyxfind.C (LyXReplace): we have to check better if the returned
|
||||
|
@ -22,11 +22,6 @@
|
||||
#include "debug.h"
|
||||
|
||||
using std::make_pair;
|
||||
using std::vector;
|
||||
using std::endl;
|
||||
using std::hex;
|
||||
using std::dec;
|
||||
|
||||
|
||||
|
||||
int kb_sequence::addkey(LyXKeySymPtr key,
|
||||
|
Loading…
Reference in New Issue
Block a user