From ea3945a9bd8f9830f70b1efa133f9df13b19362f Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 16 Nov 2004 19:14:18 +0000 Subject: libopie1 goes into unsupported --- (limited to 'libopie/sharp_compat.cpp') diff --git a/libopie/sharp_compat.cpp b/libopie/sharp_compat.cpp deleted file mode 100644 index 1d16a09..0000000 --- a/libopie/sharp_compat.cpp +++ b/dev/null @@ -1,18 +0,0 @@ -/* - * This file contains hacks or workarounds, that make it possible to use a normal - * libopie arm build (iPAQ or OZ) directly on the Sharp retail ROM. - * This way, we only need one 'official' libopie binary for all platforms. - */ - - -// 1) Opie's libqpe.so has an additional function in Sound, which is utilized -// in ODevice: - -// ok this is really evil ;), but Sound::isFinished is only needed in the -// iPAQ part of ODevice, which is never called on Z's -// we add a "weak" symbol here. This will be used, if ld.so does not find -// a normal ("hard") symbol of the same name - hence only on the retail Z - -struct Sound { bool Sound::isFinished ( ) const __attribute__(( weak )); }; -bool Sound::isFinished ( ) const { return true; } - -- cgit v0.9.0.2