summaryrefslogtreecommitdiff
path: root/patches/remove-corba-reference.diff
blob: 150bff64b1c63de212e773988aff0338cc7e4300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Remove unused import
  Fixes the build on kfreebsd and hurd.
Author: Cyril Roelandt <tipecaml@gmail.com>
Bug: 622197
Forwarded: no




--- nyquist-3.05.orig/jnyqide/PreferencesDialog.java
+++ nyquist-3.05/jnyqide/PreferencesDialog.java
@@ -17,8 +17,6 @@
 import javax.swing.event.*;
 import java.io.File;
 
-import com.sun.corba.se.spi.servicecontext.SendingContextServiceContext;
-
 import jnyqide.*;
 
 class PreferencesDialog extends JInternalFrame implements ActionListener {