Author: kallisti5 Date: 2011-06-03 01:05:24 +0200 (Fri, 03 Jun 2011) New Revision: 41873 Changeset: https://dev.haiku-os.org/changeset/41873 Modified: haiku/trunk/src/add-ons/accelerants/radeon_hd/bios.cpp Log: remove AtomInit.. breaks radeon_hd build due to missing return and I have a while until I can implement it fully Modified: haiku/trunk/src/add-ons/accelerants/radeon_hd/bios.cpp =================================================================== --- haiku/trunk/src/add-ons/accelerants/radeon_hd/bios.cpp 2011-06-02 22:50:28 UTC (rev 41872) +++ haiku/trunk/src/add-ons/accelerants/radeon_hd/bios.cpp 2011-06-02 23:05:24 UTC (rev 41873) @@ -26,13 +26,6 @@ status_t -AtomInit(uint8_t crtIndex) -{ - -} - - -status_t AtomParser(void *parameterSpace, uint8_t index, void *handle, void *biosBase) { DEVICE_DATA deviceData;