[vte] widget: Remove unused struct



commit 8e87b30267ee4ffae5032f75d1e86795984a2ba9
Author: Christian Persch <chpe gnome org>
Date:   Wed Apr 23 19:21:05 2014 +0200

    widget: Remove unused struct

 src/vte-private.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/vte-private.h b/src/vte-private.h
index 901906d..77582b3 100644
--- a/src/vte-private.h
+++ b/src/vte-private.h
@@ -132,11 +132,6 @@ typedef enum {
        MOUSE_TRACKING_ALL_MOTION_TRACKING
 } MouseTrackingMode;
 
-struct _vte_regex_match {
-       int rm_so;
-       int rm_eo;
-};
-
 /* A match regex, with a tag. */
 struct vte_match_regex {
        gint tag;


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