switch_config isn't used anymore. leaving the .c and .h file there for now, we may remove them in the future.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4758 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-03-24 03:29:24 +00:00
parent 1ed2d7b2b8
commit 010c2f4ee6
5 changed files with 2 additions and 12 deletions

View File

@ -25,7 +25,6 @@ src/switch_apr.c \
src/switch_buffer.c \
src/switch_caller.c \
src/switch_channel.c \
src/switch_config.c \
src/switch_console.c \
src/switch_core.c \
src/switch_core_db.c\
@ -52,7 +51,6 @@ src/include/switch_apr.h\
src/include/switch_buffer.h\
src/include/switch_caller.h\
src/include/switch_channel.h\
src/include/switch_config.h\
src/include/switch_console.h\
src/include/switch_core.h\
src/include/switch_core_db.h\

View File

@ -79,7 +79,6 @@
#include <switch_console.h>
#include <switch_utils.h>
#include <switch_caller.h>
#include <switch_config.h>
#include <switch_frame.h>
#include <switch_module_interfaces.h>
#include <switch_channel.h>

View File

@ -60,6 +60,8 @@
SWITCH_BEGIN_EXTERN_C
typedef struct switch_config switch_config_t;
/*! \brief A simple file handle representing an open configuration file **/
struct switch_config {
/*! FILE stream buffer to the opened file */

View File

@ -969,7 +969,6 @@ typedef struct switch_core_thread_session switch_core_thread_session_t;
typedef struct switch_codec_implementation switch_codec_implementation_t;
typedef struct switch_buffer switch_buffer_t;
typedef struct switch_codec_settings switch_codec_settings_t;
typedef struct switch_config switch_config_t;
typedef struct switch_io_event_hook_outgoing_channel switch_io_event_hook_outgoing_channel_t;
typedef struct switch_io_event_hook_answer_channel switch_io_event_hook_answer_channel_t;

View File

@ -239,10 +239,6 @@
RelativePath="..\..\src\switch_channel.c"
>
</File>
<File
RelativePath="..\..\src\switch_config.c"
>
</File>
<File
RelativePath="..\..\src\switch_console.c"
>
@ -321,10 +317,6 @@
RelativePath="..\..\src\include\switch_channel.h"
>
</File>
<File
RelativePath="..\..\src\include\switch_config.h"
>
</File>
<File
RelativePath="..\..\src\include\switch_console.h"
>