author | Francesco Abbate <francesco.bbt@gmail.com> | 2010年03月16日 21:05:41 +0000 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2010年03月16日 21:05:41 +0000 |
commit | 42e41351ed13764b04802fb222b11518be385c85 (patch) | |
tree | b05fb7342d89f60a7b3f579ce1fdb2947d39ecbc /matrix_headers_source.h | |
parent | 9df3b3ecfd3957b9f24e0bb4ebaadc27fab9070d (diff) | |
download | gsl-shell-42e41351ed13764b04802fb222b11518be385c85.tar.gz |
-rw-r--r-- | matrix_headers_source.h | 3 |
diff --git a/matrix_headers_source.h b/matrix_headers_source.h index 8ff57000..e24a0f9c 100644 --- a/matrix_headers_source.h +++ b/matrix_headers_source.h @@ -13,9 +13,6 @@ extern void FUNCTION (matrix, push_view) (lua_State *L, extern TYPE (gsl_matrix) * FUNCTION (matrix, check) (lua_State *L,
int index);
-extern VIEW (gsl_matrix) * FUNCTION (matrix, check_view) (lua_State *L,
- int idx);
-
extern void FUNCTION (matrix, null_view) (lua_State *L,
int index);
|