summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-scale-translate-ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnr/nr-scale-translate-ops.cpp')
-rw-r--r--src/libnr/nr-scale-translate-ops.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/libnr/nr-scale-translate-ops.cpp b/src/libnr/nr-scale-translate-ops.cpp
deleted file mode 100644
index 579d071d8..000000000
--- a/src/libnr/nr-scale-translate-ops.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "libnr/nr-matrix-translate-ops.h"
-
-NR::Matrix
-operator*(NR::scale const &s, NR::translate const &t)
-{
- return NR::Matrix(s) * t;
-}
-
-
-/*
- Local Variables:
- mode:c++
- c-file-style:"stroustrup"
- c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
- indent-tabs-mode:nil
- fill-column:99
- End:
-*/
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :