Deleted some superflous nonsense
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 1 Dec 2008 10:00:58 +0000 (19:00 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 1 Dec 2008 10:00:58 +0000 (19:00 +0900)
src/ui/gui/psppire-data-store.h

index 10b0e46aa0ddfc6cb022e400e2830d394a940c6c..b6160651e535666f506b3ab83d5e80c7f4a484b7 100644 (file)
@@ -70,8 +70,6 @@ enum dict_signal_handler {
   n_dict_signals
 };
 
-void do_this_thing (PsppireDict *, struct dictionary *, void *);
-
 
 struct _PsppireDataStore
 {
@@ -94,12 +92,6 @@ struct _PsppireDataStore
 struct _PsppireDataStoreClass
 {
   GObjectClass parent_class;
-
-  /* Padding for future expansion */
-  void (*_gtk_reserved1) (void);
-  void (*_gtk_reserved2) (void);
-  void (*_gtk_reserved3) (void);
-  void (*_gtk_reserved4) (void);
 };