Fresco/Berlin/modules/Commands TextBufferImpl.cc,1.11,1.12

Tobias Hunger <[email protected]> Wed, 13 Aug 2003 13:56:56 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Berlin/modules/Commands
In directory purcel:/tmp/cvs-serv29836/Berlin/modules/Commands

Modified Files:
	TextBufferImpl.cc 
Log Message:
Remove obsolete members that I introduced for the (now obsolete)
VisualTextBuffer.


Index: TextBufferImpl.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Commands/TextBufferImpl.cc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- TextBufferImpl.cc	1 Aug 2003 16:47:17 -0000	1.11
+++ TextBufferImpl.cc	13 Aug 2003 18:56:53 -0000	1.12
@@ -75,7 +75,6 @@
   }
   ch.len = 0;
   ch.type = Fresco::TextBuffer::cursor;
-  ch.visual = 0;
 
   CORBA::Any any;
   any <<= ch;
@@ -94,7 +93,6 @@
   }
   ch.len = 0;
   ch.type = Fresco::TextBuffer::cursor;
-  ch.visual = 0;
 
   CORBA::Any any;
   any <<= ch;
@@ -113,7 +111,6 @@
   }
   ch.len = 0;
   ch.type = Fresco::TextBuffer::cursor;
-  ch.visual = 0;
 
   CORBA::Any any;
   any <<= ch;
@@ -131,7 +128,6 @@
   }
   ch.len = 0;
   ch.type = Fresco::TextBuffer::cursor;
-  ch.visual = 0;
 
   CORBA::Any any;
   any <<= ch;
@@ -149,7 +145,6 @@
   }
   ch.len = 1;
   ch.type = Fresco::TextBuffer::insert;
-  ch.visual = 0;
 
   CORBA::Any any;
   any <<= ch;
@@ -173,7 +168,6 @@
   }
 
   ch.type = Fresco::TextBuffer::insert;
-  ch.visual = 0;
 
   CORBA::Any any;
   any <<= ch;
@@ -193,7 +187,6 @@
   }
   ch.len = -n;
   ch.type = Fresco::TextBuffer::remove;
-  ch.visual = 0;
 
   CORBA::Any any;
   any <<= ch;
@@ -213,7 +206,6 @@
   }
   ch.len = n;
   ch.type = Fresco::TextBuffer::remove;
-  ch.visual = 0;
 
   CORBA::Any any;
   any <<= ch;
@@ -230,7 +222,6 @@
       ch.pos = 0;
       _buffer.clear_buffer();
   }
-  ch.visual = 0;
 
   CORBA::Any any;
   any <<= ch;