From d71a4a71dd644a5c8b1002809a3aa543a10d75bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 2 Oct 2007 22:10:33 +0000 Subject: [PATCH] cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20672 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferList.cpp | 2 +- src/insets/InsetText.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/BufferList.cpp b/src/BufferList.cpp index dd1b9092e5..a7f9661b06 100644 --- a/src/BufferList.cpp +++ b/src/BufferList.cpp @@ -262,7 +262,7 @@ Buffer * BufferList::last() } -Buffer * BufferList::getBuffer(unsigned int const choice) +Buffer * BufferList::getBuffer(unsigned int choice) { if (choice >= bstore.size()) return 0; diff --git a/src/insets/InsetText.h b/src/insets/InsetText.h index 47c5d9dada..673faf6a1b 100644 --- a/src/insets/InsetText.h +++ b/src/insets/InsetText.h @@ -18,9 +18,6 @@ #include "support/types.h" -#include "frontends/mouse_state.h" - - namespace lyx { class Buffer; -- 2.39.2