aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/point.h')
-rw-r--r--sources/shiboken6/tests/libsample/point.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/libsample/point.h b/sources/shiboken6/tests/libsample/point.h
index 7e5d128ab..61cc68ac0 100644
--- a/sources/shiboken6/tests/libsample/point.h
+++ b/sources/shiboken6/tests/libsample/point.h
@@ -71,6 +71,4 @@ LIBSAMPLE_API bool operator!(const Point &pt);
LIBSAMPLE_API Complex transmutePointIntoComplex(const Point &point);
LIBSAMPLE_API Point transmuteComplexIntoPoint(const Complex &cpx);
-LIBSAMPLE_API Point operator*(const Point &pt, double multiplier);
-
#endif // POINT_H