[vte] widget: Remove unused function



commit 940ce2cf377731319662f51af804f65da99f6432
Author: Christian Persch <chpe src gnome org>
Date:   Fri May 1 23:08:42 2020 +0200

    widget: Remove unused function

 src/vte.cc | 13 -------------
 1 file changed, 13 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 53490a96..740ad3ab 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -7226,19 +7226,6 @@ Terminal::widget_leave(GdkEventCrossing *event)
         apply_mouse_cursor();
 }
 
-static G_GNUC_UNUSED inline const char *
-visibility_state_str(GdkVisibilityState state)
-{
-       switch(state){
-               case GDK_VISIBILITY_FULLY_OBSCURED:
-                       return "fully-obscured";
-               case GDK_VISIBILITY_UNOBSCURED:
-                       return "unobscured";
-               default:
-                       return "partial";
-       }
-}
-
 /* Apply the changed metrics, and queue a resize if need be.
  *
  * The cell's height consists of 4 parts, from top to bottom:


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