From 25d1e35ff51692b9cbe7f1f050725e2ad35e26c1 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 20 Jun 2008 08:25:13 +0000 Subject: [PATCH] rewrite obsolete comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25332 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/LyXAction.h b/src/LyXAction.h index 93a116a215..42d38c602a 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -24,11 +24,8 @@ namespace lyx { class FuncRequest; /** - * This class is a container for LyX actions. It also - * stores and managers "pseudo-actions". Pseudo-actions - * are not part of the FuncCode enum, but are created - * dynamically, for encapsulating a real action and an - * argument. They are used for things like the menus. + * This class is a container for LyX actions. It associates a name to + * most of them and describes some of there properties. */ class LyXAction { public: