summaryrefslogtreecommitdiff
path: root/fluid/ExternalCodeEditor_UNIX.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/ExternalCodeEditor_UNIX.cxx')
-rw-r--r--fluid/ExternalCodeEditor_UNIX.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/fluid/ExternalCodeEditor_UNIX.cxx b/fluid/ExternalCodeEditor_UNIX.cxx
index 06de7f503..ee6816b78 100644
--- a/fluid/ExternalCodeEditor_UNIX.cxx
+++ b/fluid/ExternalCodeEditor_UNIX.cxx
@@ -1,9 +1,9 @@
//
// "$Id$".
//
-// External code editor management class for Unix
+// External code editor management class for Unix
//
-#ifndef WIN32 /* This entire file unix only */
+// Note: This entire file Unix only
#include <errno.h> /* errno */
#include <string.h> /* strerror() */
@@ -459,7 +459,6 @@ int ExternalCodeEditor::editors_open() {
return L_editors_open;
}
-#endif /* !WIN32 */
//
// End of "$Id$".
//