summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_mib/mibLabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_mib/mibLabel.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_mib/mibLabel.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_mib/mibLabel.cpp b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_mib/mibLabel.cpp
index 5746937ccad..855c58d5a0a 100644
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_mib/mibLabel.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_mib/mibLabel.cpp
@@ -26,8 +26,7 @@ mib_Widget *mib_create_Label(mib_Widget *parent, char *name, char *label,
{
mib_Widget *temp;
mib_Label *myres;
- //unsigned char *label_text;
- XmString label_text;
+ unsigned char *label_text;
Arg args[20];
int n;
@@ -127,8 +126,7 @@ void mib_save_Label(mib_Widget *thisw, FILE *fout)
int mib_load_Label(mib_Widget *thisw, mib_Buffer *fin)
{
mib_Label *myres;
- // unsigned char *label_text;
- XmString label_text;
+ unsigned char *label_text;
char res[MI_MAXSTRLEN];
char val[MI_MAXSTRLEN];
Arg args[5];