Author: walters
Date: Mon Jan 28 20:56:39 2008
New Revision: 13663
URL: http://svn.gnome.org/viewvc/nautilus?rev=13663&view=rev

Log:
2008-01-28  Colin Walters  <[EMAIL PROTECTED]>

        * src/nautilus-location-entry.c: Remove unused variables so we build
        cleanly in jhbuild.



Modified:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/src/nautilus-location-entry.c

Modified: branches/gnome-2-20/src/nautilus-location-entry.c
==============================================================================
--- branches/gnome-2-20/src/nautilus-location-entry.c   (original)
+++ branches/gnome-2-20/src/nautilus-location-entry.c   Mon Jan 28 20:56:39 2008
@@ -135,8 +135,6 @@
 write_location_entry (NautilusLocationEntry *entry_copy)
 {
        char *base_name;
-       char *current_path;
-       char *dir_name;
        char *expand_text;
        char *expand_name;
        char *insert_text;
@@ -222,9 +220,6 @@
                        GList * list, guint entries_read, gpointer 
callback_data)
 {
        NautilusLocationEntry *entry_copy;
-       GList *element;
-       GList *temp;
-       GnomeVFSFileInfo *info;
        entry_copy = (NautilusLocationEntry *) callback_data;
 
        if (list !=NULL) {
@@ -238,8 +233,6 @@
 static void
 get_file_info_list (NautilusLocationEntry *entry, const char* dir_name)
 {
-       GnomeVFSResult result;
-
        if (eel_strcmp (entry->details->current_directory, dir_name) != 0) {
                g_free (entry->details->current_directory);
                if (entry->details->file_info_list) {
@@ -272,26 +265,15 @@
 {
        NautilusLocationEntry *entry;
 
-       GnomeVFSFileInfo *current_file_info;
-       GList *element;
        GnomeVFSURI *uri;
        GtkEditable *editable;
 
        char *base_name_uri_escaped;
        char *base_name;
-       char *base_name_utf8;
        char *user_location;
        char *current_path;
        char *dir_name;
-       char *expand_text;
-       char *expand_text_utf8;
-       char *expand_name;
-       char *insert_text;
-
-       int base_name_length;
        int user_location_length;
-       int expand_text_length;
-       int pos;
 
        entry = NAUTILUS_LOCATION_ENTRY (callback_data);
        editable = GTK_EDITABLE (entry);
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to