gnome-commander r1884 - in branches/gcmd-1-3: . src



Author: epiotr
Date: Thu Jul 17 21:14:13 2008
New Revision: 1884
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1884&view=rev

Log:
Removed superfluous code for anonymous user handling

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc	Thu Jul 17 21:14:13 2008
@@ -35,7 +35,6 @@
     gchar *remote_dir;
     gchar *user_name;
     gchar *pw;
-    gboolean anonymous;
 };
 
 
@@ -235,7 +234,6 @@
     // ftp_con->priv->remote_dir = NULL;
     // ftp_con->priv->user_name = NULL;
     // ftp_con->priv->pw = NULL;
-    // ftp_con->priv->anonymous = FALSE;
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]