From 143d3f1d90b1d8e35f03e03aa7d39c4090fe0296 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 12 Apr 2010 12:49:19 +0200 Subject: Remove unused swat2 code metze --- swat2/style/qooxdoo/widgets/types/QxInteger.js | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 swat2/style/qooxdoo/widgets/types/QxInteger.js (limited to 'swat2/style/qooxdoo/widgets/types/QxInteger.js') diff --git a/swat2/style/qooxdoo/widgets/types/QxInteger.js b/swat2/style/qooxdoo/widgets/types/QxInteger.js deleted file mode 100644 index aca33b4a30..0000000000 --- a/swat2/style/qooxdoo/widgets/types/QxInteger.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */ -function QxInteger(v){return Math.round(QxNumber(v));}; \ No newline at end of file -- cgit