checkpoint
[slipway.git] / src / com / ftdi / usb / SWIGTYPE_p_ftdi_context.java
diff --git a/src/com/ftdi/usb/SWIGTYPE_p_ftdi_context.java b/src/com/ftdi/usb/SWIGTYPE_p_ftdi_context.java
deleted file mode 100644 (file)
index ed8109f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/* ----------------------------------------------------------------------------
- * This file was automatically generated by SWIG (http://www.swig.org).
- * Version 1.3.29
- *
- * Do not make changes to this file unless you know what you are doing--modify
- * the SWIG interface file instead.
- * ----------------------------------------------------------------------------- */
-
-package com.ftdi.usb;
-
-public class SWIGTYPE_p_ftdi_context {
-  private long swigCPtr;
-
-  protected SWIGTYPE_p_ftdi_context(long cPtr, boolean futureUse) {
-    swigCPtr = cPtr;
-  }
-
-  protected SWIGTYPE_p_ftdi_context() {
-    swigCPtr = 0;
-  }
-
-  protected static long getCPtr(SWIGTYPE_p_ftdi_context obj) {
-    return (obj == null) ? 0 : obj.swigCPtr;
-  }
-}
-