[vte/wip/sixels: 79/82] ring: Don't refer to sixels in comments



commit ea3ce5c100c089dff194791445ffc12434c1f767
Author: Hans Petter Jansson <hpj cl no>
Date:   Fri Jun 26 01:51:57 2020 +0200

    ring: Don't refer to sixels in comments

 src/ring.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ring.cc b/src/ring.cc
index a0b5f1d1..0ffa2e9a 100644
--- a/src/ring.cc
+++ b/src/ring.cc
@@ -113,7 +113,7 @@ Ring::~Ring()
 
        g_free (m_array);
 
-        /* Clear sixel images */
+        /* Clear images */
         for (auto it = image_map->begin (); it != image_map->end (); ++it)
                 delete it->second;
         image_map->clear();
@@ -714,7 +714,7 @@ Ring::reset()
         m_start = m_writable = m_end;
         m_cached_row_num = (row_t)-1;
 
-        /* Clear sixel images */
+        /* Clear images */
         for (auto it = image_map->begin (); it != image_map->end (); ++it)
                 delete it->second;
         image_map->clear();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]