X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FPathChanger.h;h=6af4ab4e2999cd4f64d4223dbc16d6ad85047da8;hb=b96ce9a9c101a711ef8a1cdd5d6fe812a18966da;hp=d82aab39fb6508816e7f37e1e6051c0864389b35;hpb=14e01a92a4a8b3c861bec41d33a1743870844e63;p=lyx.git diff --git a/src/support/PathChanger.h b/src/support/PathChanger.h index d82aab39fb..6af4ab4e29 100644 --- a/src/support/PathChanger.h +++ b/src/support/PathChanger.h @@ -63,18 +63,5 @@ private: } // namespace support } // namespace lyx -#ifdef __APPLE__ - -#ifdef __cplusplus -extern "C" { -#endif -int getPrivateFrameworkPathName(char * buf, unsigned len, char const * framework); - -#ifdef __cplusplus -} -#endif - -#endif - #endif // PATHCHANGER_H