Cleanup unused engine code
This commit is contained in:
parent
90bdba576a
commit
2c048ea164
56 changed files with 4 additions and 615 deletions
|
|
@ -49,14 +49,6 @@ const char *OS_Server::get_video_driver_name(int p_driver) const {
|
|||
return "Dummy";
|
||||
}
|
||||
|
||||
int OS_Server::get_audio_driver_count() const {
|
||||
return 1;
|
||||
}
|
||||
|
||||
const char *OS_Server::get_audio_driver_name(int p_driver) const {
|
||||
return "Dummy";
|
||||
}
|
||||
|
||||
int OS_Server::get_current_video_driver() const {
|
||||
return video_driver_index;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,8 +70,6 @@ protected:
|
|||
virtual int get_video_driver_count() const;
|
||||
virtual const char *get_video_driver_name(int p_driver) const;
|
||||
virtual int get_current_video_driver() const;
|
||||
virtual int get_audio_driver_count() const;
|
||||
virtual const char *get_audio_driver_name(int p_driver) const;
|
||||
|
||||
virtual void initialize_core();
|
||||
virtual Error initialize(const VideoMode &p_desired, int p_video_driver, int p_audio_driver);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue