mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
remove some old cruft (unused OS X specific code)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16278 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2c832e6578
commit
d01dad8bac
@ -58,7 +58,7 @@ using std::endl;
|
||||
extern void initEncodings();
|
||||
|
||||
///////////////////////////////////////////////////////////////
|
||||
// You can find other X11 and MACX specific stuff
|
||||
// You can find other X11 specific stuff
|
||||
// at the end of this file...
|
||||
///////////////////////////////////////////////////////////////
|
||||
|
||||
@ -124,23 +124,6 @@ GuiApplication::GuiApplication(int & argc, char ** argv)
|
||||
<< "Could not find Qt translations for locale "
|
||||
<< fromqstr(language_name) << std::endl;
|
||||
|
||||
/*#ifdef Q_WS_MACX
|
||||
// These translations are meant to break Qt/Mac menu merging
|
||||
// algorithm on some entries. It lists the menu names that
|
||||
// should not be moved to the LyX menu
|
||||
QTranslator aqua_trans(0);
|
||||
aqua_trans.insert(QTranslatorMessage("QMenuBar", "Setting", 0,
|
||||
"do_not_merge_me"));
|
||||
aqua_trans.insert(QTranslatorMessage("QMenuBar", "Config", 0,
|
||||
"do_not_merge_me"));
|
||||
aqua_trans.insert(QTranslatorMessage("QMenuBar", "Options", 0,
|
||||
"do_not_merge_me"));
|
||||
aqua_trans.insert(QTranslatorMessage("QMenuBar", "Setup", 0,
|
||||
"do_not_merge_me"));
|
||||
|
||||
qApp->installTranslator(&aqua_trans);
|
||||
#endif
|
||||
*/
|
||||
using namespace lyx::graphics;
|
||||
|
||||
Image::newImage = boost::bind(&QLImage::newImage);
|
||||
|
@ -23,14 +23,6 @@
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
///////////////////////////////////////////////////////////////
|
||||
// Specific stuff
|
||||
|
||||
#ifdef Q_WS_MACX
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
///////////////////////////////////////////////////////////////
|
||||
|
||||
namespace lyx {
|
||||
|
||||
class BufferView;
|
||||
|
Loading…
Reference in New Issue
Block a user