From: John Darrington Date: Wed, 10 Aug 2016 19:47:28 +0000 (+0200) Subject: Remove unused code X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4120a9b233c35c8fc6afc051cafe1c702661fe30;p=pspp Remove unused code --- 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) {