summaryrefslogtreecommitdiffstats
path: root/src/widgets/ruler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ruler.h')
-rw-r--r--src/widgets/ruler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/ruler.h b/src/widgets/ruler.h
index 9874372f1..9c7971fb7 100644
--- a/src/widgets/ruler.h
+++ b/src/widgets/ruler.h
@@ -27,7 +27,6 @@
typedef struct _SPRuler SPRuler;
-typedef struct _SPRulerPrivate SPRulerPrivate;
typedef struct _SPRulerClass SPRulerClass;
typedef struct _SPRulerMetric SPRulerMetric;
@@ -37,9 +36,6 @@ typedef struct _SPRulerMetric SPRulerMetric;
struct _SPRuler
{
GtkWidget widget;
-
- /*< private >*/
- SPRulerPrivate *priv;
};
struct _SPRulerClass