Cleaned up the iPhone code so that it compiles with the 3.1.2 SDK. Also tightened...
[zxing.git] / cpp / core / src / zxing / oned / UPCEReader.h
index a26e2ec..5de2ef5 100644 (file)
@@ -26,7 +26,6 @@ namespace zxing {
                class UPCEReader : public UPCEANReader {
                        
                private:
-                       int* decodeMiddleCounters;
                        static void determineFirstDigit(std::string& resultString, int lgPatternFound);                                                         //throws ReaderException
                        static void determineNumSysAndCheckDigit(std::string& resultString, int lgPatternFound);                                                //throws ReaderException
                protected:
@@ -39,7 +38,6 @@ namespace zxing {
                        static std::string& convertUPCEtoUPCA(std::string upce);
                        
                        BarcodeFormat getBarcodeFormat();
-                       ~UPCEReader();
                };
        }
-}
\ No newline at end of file
+}