# # # patch "src/vocab.h" # from [e67e557434c206be9ca74efce6d59d223d98fc91] # to [afe123e8771f70b90c89dc2a9cddeb6206f81142] # ============================================================ --- src/vocab.h e67e557434c206be9ca74efce6d59d223d98fc91 +++ src/vocab.h afe123e8771f70b90c89dc2a9cddeb6206f81142 @@ -10,14 +10,6 @@ class Guitone; #define APP reinterpret_cast(qApp) #define MTN(arg) APP->getMonotoneInstance(arg) -// FIXME: uncomment the following lines if you have compile problems -// on Windows using MSVC++ -/* -#ifdef _MSC_VER -#define __FUNCTION__ "" -#endif -*/ - #include "DebugLog.h" #ifdef QT_NO_DEBUG #define D(msg) void(msg)