From 5ad38938406c8a77bd2f83d5fccc84f3cd6e16bb Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 26 Dec 2008 12:00:37 -0500 Subject: Removed the QPoint bounds checker --- sigmod/Object.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sigmod/Object.h') diff --git a/sigmod/Object.h b/sigmod/Object.h index c6e857b7..c0371b07 100644 --- a/sigmod/Object.h +++ b/sigmod/Object.h @@ -157,7 +157,6 @@ class SIGMOD_EXPORT Object : public QObject static QString bounds(const QString& variable, const int min, const int max, const int value); static QString bounds(const QString& variable, const int min, const int max, const Sigcore::Fraction& value); static QString bounds(const QString& variable, const QString& min, const QString& max, const int value); - static QString bounds(const QString& variable, const QPoint& min, const QPoint& max, const QPoint& value); static QString bounds(const QString& variable, const int value); static QString bounds(const QString& variable, const QString& value); static QString subclass(const QString& subclass, const int id); -- cgit