remove unused "using" directives

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14960 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-09-10 09:54:51 +00:00
parent 170adea390
commit a91f077dbd

View File

@ -85,9 +85,6 @@ using lyx::cap::replaceSelection;
using lyx::support::isStrUnsignedInt;
using lyx::support::token;
using lyx::frontend::Gui;
using lyx::frontend::Clipboard;
using std::endl;
using std::string;
using std::istringstream;