[gedit/dbus] Removed obsolete GeditCommandLineGeometry



commit 3ed4270f90a6df146197c1120b26b5cf10ed1844
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat May 15 13:25:24 2010 +0200

    Removed obsolete GeditCommandLineGeometry

 gedit/gedit-command-line.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/gedit/gedit-command-line.h b/gedit/gedit-command-line.h
index ce2b052..5c7c67b 100644
--- a/gedit/gedit-command-line.h
+++ b/gedit/gedit-command-line.h
@@ -52,16 +52,6 @@ struct _GeditCommandLineClass {
 	GObjectClass parent_class;
 };
 
-struct _GeditCommandLineGeometry {
-	gint width;
-	gint height;
-	gint xoffset;
-	gint yoffset;
-
-	gint xsign;
-	gint ysign;
-};
-
 GType gedit_command_line_get_type (void) G_GNUC_CONST;
 
 GeditCommandLine *gedit_command_line_get_default (void);



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