]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.cpp
fix warning on possibly(?) unused precompiled headers due to different -fPic settings...
[lyx.git] / src / support / userinfo.cpp
index a82c9592e5195066d9b1cd2e4d8578d2a2a3978c..c68d55ac3e02b27d001b1496259142bba74ff605 100644 (file)
@@ -36,11 +36,6 @@ namespace support {
 
 docstring const user_name()
 {
-       //FIXME: quick fix wrt bug #3764; only Anonymous is detected now.
-       //The code after should be used only after user approval.
-       return from_ascii("Anonymous");
-       
-       
 #if defined (_WIN32)
 
        char name[UNLEN + 1];