]> git.lyx.org Git - features.git/commitdiff
remove unused "using" directives
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 10 Sep 2006 09:54:51 +0000 (09:54 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 10 Sep 2006 09:54:51 +0000 (09:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14960 a592a061-630c-0410-9148-cb99ea01b6c8

src/text3.C

index 27e5b9036770643805d3e375f8afb97a30c75493..b50a4253ecb6e73bf33db4cf6a1ad0c46a0b1064 100644 (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;