dolphin/Source/UnitTests
Michael Maltese 5d69e99943 StubHost: remove unused Host_RequestFullscreen()
Fixes warning:

```
../Source/UnitTests/TestUtils/StubHost.cpp: In function 'void Host_RequestFullscreen(bool)':
../Source/UnitTests/TestUtils/StubHost.cpp:39:6: error: no previous declaration for 'void Host_RequestFullscreen(bool)' [-Werror=missing-declarations]
 void Host_RequestFullscreen(bool)
      ^
```
2017-03-24 16:41:12 -07:00
..
Common Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
Core Add the g_ prefix to the jit global 2017-01-07 23:19:49 +01:00
TestUtils StubHost: remove unused Host_RequestFullscreen() 2017-03-24 16:41:12 -07:00
VideoCommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CMakeLists.txt CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
UnitTests.vcxproj OpenAL: Move Windows binaries to lib folder and fix CMake detection 2017-02-03 04:54:54 +01:00
UnitTests.vcxproj.user msvc: get UnitTests compiling 2014-09-01 21:27:45 -07:00