Logout only on Windows?

I just stumbled upon the following lines in MainWindow:

if (Spark.isWindows()) {

connectMenu.add(logoutMenuItem);

connectMenu.add(logoutWithStatus);

}

Is there a reason not to support logout on Linux and Mac OS?