Revert "More preparing, Add OPL type docs"

This reverts commit 0b2f491997.

do not add a constructor to any of the DivPlatforms.
it will break things.
This commit is contained in:
tildearrow 2022-08-20 23:35:13 -05:00
parent 0b2f491997
commit f2950fa1d6
3 changed files with 25 additions and 21 deletions

View file

@ -151,10 +151,6 @@ class DivPlatformOPL: public DivDispatch {
void renderSamples();
int init(DivEngine* parent, int channels, int sugRate, unsigned int flags);
void quit();
DivPlatformOPL(int type, bool drums):
DivDispatch() {
setOPLType(type,drums);
}
~DivPlatformOPL();
};
#endif