Ignore:
Timestamp:
11/07/06 18:25:48 (6 years ago)
Author:
jcb
Message:

Removed obsolete function called format_string_location that was only an indirect called to without_white_spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXtranslate/sns_histogram/string_location_format.cpp

    r759 r788  
    99using std::runtime_error; 
    1010using std::invalid_argument; 
    11  
    12 /** 
    13  * \brief This function format the string location to be able to work 
    14  * on it (remove white spaces....) 
    15  * 
    16  * \param location (INPUT) is the string location as found in the 
    17  * translation file 
    18  * \param new_location (OUTPUT) is the string location formated 
    19  */ 
    20 void format_string_location(const string & location,  
    21                             string & new_location) 
    22 { 
    23   without_white_spaces(location, new_location); 
    24   return; 
    25 } 
    2611 
    2712/** 
Note: See TracChangeset for help on using the changeset viewer.