remove unused stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16314 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-12-17 15:05:18 +00:00
parent 506c5df84b
commit e208fa001b
10 changed files with 1 additions and 19 deletions

View File

@ -39,7 +39,6 @@
#include "mathed/InsetMath.h"
#include "mathed/InsetMathScript.h"
#include "mathed/MathMacroTable.h"
#include "mathed/MathParser.h"
#include "support/limited_stack.h"

View File

@ -15,7 +15,6 @@
#include "MathData.h"
#include "MathParser.h"
#include "MathStream.h"
#include "MathStream.h"
#include "support/lstrings.h"

View File

@ -13,8 +13,6 @@
#include "InsetMathBoxed.h"
#include "MathData.h"
#include "MathStream.h"
#include "MathParser.h"
#include "MathStream.h"
#include "LaTeXFeatures.h"
#include "LColor.h"

View File

@ -13,9 +13,8 @@
#include "InsetMathDecoration.h"
#include "MathData.h"
#include "MathSupport.h"
#include "MathParser.h"
#include "MathStream.h"
#include "MathSupport.h"
#include "MathStream.h"
#include "LaTeXFeatures.h"

View File

@ -13,8 +13,6 @@
#include "InsetMathFBox.h"
#include "MathData.h"
#include "MathStream.h"
#include "MathParser.h"
#include "MathStream.h"
#include "LColor.h"
#include "support/std_ostream.h"

View File

@ -671,7 +671,6 @@ docstring InsetMathHull::nicelabel(row_type row) const
return docstring();
if (label_[row].empty())
return from_ascii("(#)");
// FIXME UNICODE
return '(' + label_[row] + ')';
}
@ -984,7 +983,6 @@ void InsetMathHull::doExtern(LCursor & cur, FuncRequest & func)
size_type pos = cur.cell().find_last(eq);
MathArray ar;
if (cur.inMathed() && cur.selection()) {
// FIXME UNICODE
asArray(grabAndEraseSelection(cur), ar);
} else if (pos == cur.cell().size()) {
ar = cur.cell();

View File

@ -12,7 +12,6 @@
#include "InsetMathSize.h"
#include "MathData.h"
#include "MathStream.h"
#include "MathParser.h"
#include "MathStream.h"

View File

@ -29,9 +29,6 @@ using support::libFileSearch;
using std::string;
using std::ifstream;
using std::istream;
using std::istringstream;
using std::ostream;
using std::endl;
using std::vector;

View File

@ -51,7 +51,6 @@
#include "InsetMathXYMatrix.h"
#include "MathMacroArgument.h"
#include "MathMacroTable.h"
#include "MathMacroTemplate.h"
#include "MathParser.h"
#include "MathSupport.h"
@ -62,9 +61,6 @@
#include "frontends/FontLoader.h"
#include <fstream>
#include <sstream>
namespace lyx {

View File

@ -13,7 +13,6 @@
#define MATH_MACROTABLE_H
#include <map>
#include <string>
#include <vector>
#include "support/docstring.h"