psppire-data-window.c: Remove ssw api protection
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 11 Jul 2020 10:58:41 +0000 (12:58 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 11 Jul 2020 10:58:41 +0000 (12:58 +0200)
src/ui/gui/psppire-data-window.c

index 5cb7f1b74500913ab665ebd87c4cda963fbe5176..de4502ff823e47fd7188ea315b053c78f379c45f 100644 (file)
@@ -1073,10 +1073,8 @@ on_cut (PsppireDataWindow *dw)
       SswSheet *sheet = SSW_SHEET (dw->data_editor->data_sheet);
       SswRange sel = *sheet->selection;
 
-#if (SSW_SHEET_API_VERSION >= 1)
-      if ((ssw_sheet_get_api_version() >= 1) && ssw_sheet_try_cut (sheet))
+      if (ssw_sheet_try_cut (sheet))
        return;
-#endif
 
       GtkClipboard *clip =
        gtk_clipboard_get_for_display (gtk_widget_get_display (GTK_WIDGET (dw)),