Remove unused code
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 10 Aug 2016 19:47:28 +0000 (21:47 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 10 Aug 2016 19:47:28 +0000 (21:47 +0200)
src/ui/gui/psppire-data-window.c

index b781543ac83bf6da3bacf6c390034d9fa7d8a029..c0f8ba5344cea4b48baeca0d9f5224bd883126fa 100644 (file)
@@ -2013,22 +2013,6 @@ psppire_data_window_for_dataset (struct dataset *ds)
   return NULL;
 }
 
-#if SHEET_MERGE
-
-PsppireDataWindow *
-psppire_data_window_for_data_store (PsppireDataStore *data_store)
-{
-  PsppireDataWindow *pdw;
-
-  ll_for_each (pdw, PsppireDataWindow, ll, &all_data_windows)
-    if (pdw->data_store == data_store)
-      return pdw;
-
-  return NULL;
-}
-
-#endif
-
 GtkWindow *
 create_data_window (void)
 {