From da1b9c3f656d85517a36a4031b290b94c948dac8 Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 4 Jun 2021 02:17:47 -0700 Subject: removed some useless configs --- GIMP/2.10/unitrc | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100755 GIMP/2.10/unitrc (limited to 'GIMP/2.10/unitrc') diff --git a/GIMP/2.10/unitrc b/GIMP/2.10/unitrc deleted file mode 100755 index 9883ee8..0000000 --- a/GIMP/2.10/unitrc +++ /dev/null @@ -1,51 +0,0 @@ -# GIMP units -# -# This file contains the user unit database. You can edit this list with the -# unit editor. You are not supposed to edit it manually, but of course you -# can do. -# This file will be entirely rewritten each time you exit. - -(unit-info "centimeters" - (factor 2.54) - (digits 2) - (symbol "cm") - (abbreviation "cm") - (singular "centimeter") - (plural "centimeters")) -(unit-info "meters" - (factor 0.025399999999999999) - (digits 4) - (symbol "m") - (abbreviation "m") - (singular "meter") - (plural "meters")) -(unit-info "feet" - (factor 0.083333000000000004) - (digits 4) - (symbol "'") - (abbreviation "ft") - (singular "foot") - (plural "feet")) -(unit-info "yards" - (factor 0.027778000000000001) - (digits 4) - (symbol "yd") - (abbreviation "yd") - (singular "yard") - (plural "yards")) -(unit-info "typogr. points" - (factor 72.269999999999996) - (digits 0) - (symbol "tpt") - (abbreviation "tpt") - (singular "typogr. point") - (plural "typogr. points")) -(unit-info "typogr. picas" - (factor 6.0225) - (digits 1) - (symbol "tpc") - (abbreviation "tpc") - (singular "typogr. pica") - (plural "typogr. picas")) - -# end of units -- cgit v1.2.3-13-gbd6f