about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xeditor/ppmquant2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/ppmquant b/editor/ppmquant
index 11bce6d2..08f4c187 100755
--- a/editor/ppmquant
+++ b/editor/ppmquant
@@ -13,8 +13,6 @@ use strict;
 
 use Getopt::Long;
 
-my $TRUE=1; my $FALSE = 0;
-
 my @ppmquantArgv = @ARGV;
 
 Getopt::Long::Configure('pass_through');