From 4120a9b233c35c8fc6afc051cafe1c702661fe30 Mon Sep 17 00:00:00 2001
From: John Darrington <john@darrington.wattle.id.au>
Date: Wed, 10 Aug 2016 21:47:28 +0200
Subject: [PATCH] Remove unused code

---
 src/ui/gui/psppire-data-window.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/ui/gui/psppire-data-window.c b/src/ui/gui/psppire-data-window.c
index b781543ac8..c0f8ba5344 100644
--- a/src/ui/gui/psppire-data-window.c
+++ b/src/ui/gui/psppire-data-window.c
@@ -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)
 {
-- 
2.30.2