Revert "Vita fixes?"

This reverts commit e36e51ced9.
This commit is contained in:
ctult 2015-12-24 23:31:07 -07:00
parent 7f3b3a2034
commit 0ca28e5d0f
2 changed files with 1 additions and 9 deletions

View File

@ -1946,11 +1946,10 @@ bool video_driver_texture_load(void *data,
enum texture_filter_type filter_type,
unsigned *id)
{
#ifdef HAVE_THREADS
settings_t *settings = config_get_ptr();
const struct retro_hw_render_callback *hw_render =
(const struct retro_hw_render_callback*)video_driver_callback();
#endif
if (!id)
return false;

View File

@ -14,13 +14,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <net/net_compat.h>
#include <retro_endianness.h>
#include "netplay_private.h"
/**