summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-matrix.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-03-01 22:24:40 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-03-01 22:24:40 +0000
commit9e0ac2b4acbb628a7ff51e779b5396569aed8269 (patch)
tree872398fd3d7e4da46eb57e9cea07eabacf3ab0f2 /src/libnr/nr-matrix.h
parent* [INTL: zh_CN] (trunk) Simplified Chinese update by Liu Xiaoqin (closes: #19... (diff)
downloadinkscape-9e0ac2b4acbb628a7ff51e779b5396569aed8269.tar.gz
inkscape-9e0ac2b4acbb628a7ff51e779b5396569aed8269.zip
remove assert_close
(bzr r4916)
Diffstat (limited to 'src/libnr/nr-matrix.h')
-rw-r--r--src/libnr/nr-matrix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libnr/nr-matrix.h b/src/libnr/nr-matrix.h
index f4164d3e7..a8af553b6 100644
--- a/src/libnr/nr-matrix.h
+++ b/src/libnr/nr-matrix.h
@@ -420,8 +420,6 @@ inline std::ostream &operator<< (std::ostream &out_file, const NR::Matrix &m) {
return out_file;
}
-extern void assert_close(Matrix const &a, Matrix const &b);
-
} /* namespace NR */