Skip to content

Commit

Permalink
moved variables to Samples.h, encapsulated with ENABLE_DATA_CHANNEL d…
Browse files Browse the repository at this point in the history
…irective
  • Loading branch information
niyatim23 committed Aug 13, 2021
1 parent 1210111 commit ec1c939
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion samples/Common.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#define LOG_CLASS "WebRtcSamples"
#include "Samples.h"
// #define MASTER_DATA_CHANNEL_MESSAGE "This message is from the KVS Master"

PSampleConfiguration gSampleConfiguration = NULL;

Expand Down
1 change: 0 additions & 1 deletion samples/kvsWebRTCClientViewer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Samples.h"
#define VIEWER_DATA_CHANNEL_MESSAGE "This message is from the KVS Viewer"

extern PSampleConfiguration gSampleConfiguration;

Expand Down

0 comments on commit ec1c939

Please sign in to comment.