summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
committer smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
commit1940866c70674f0a625a79677b90f9f4a33b2e25 (patch)
tree0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/osd
parentcff79778372c37b3b2eb9f64e31bd0abfdab978d (diff)
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/sdl/drawogl.c1
-rw-r--r--src/osd/sdl/dview.c1
-rw-r--r--src/osd/sdl/sdlos_unix.c1
-rw-r--r--src/osd/sdl/window.c1
-rw-r--r--src/osd/windows/debugwin.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/osd/sdl/drawogl.c b/src/osd/sdl/drawogl.c
index 997e7438b2a..526bca7f4b7 100644
--- a/src/osd/sdl/drawogl.c
+++ b/src/osd/sdl/drawogl.c
@@ -1792,7 +1792,6 @@ static void texture_compute_type_subroutine(sdl_info *sdl, const render_texinfo
if( texture->type == TEXTURE_TYPE_NONE &&
sdl->usepbo && !texture->nocopy )
{
-
texture->type = TEXTURE_TYPE_DYNAMIC;
texture->texTarget = (sdl->usetexturerect)?GL_TEXTURE_RECTANGLE_ARB:GL_TEXTURE_2D;
texture->texpow2 = (sdl->usetexturerect)?0:sdl->texpoweroftwo;
diff --git a/src/osd/sdl/dview.c b/src/osd/sdl/dview.c
index 3ab70ec0eb4..8edec2b2520 100644
--- a/src/osd/sdl/dview.c
+++ b/src/osd/sdl/dview.c
@@ -48,7 +48,6 @@ static gboolean dview_expose(GtkWidget *wdv, GdkEventExpose *event)
l++;
if ( i == 0 || attr != viewdata[-1].attrib ) {
-
bg.red = bg.green = bg.blue = 0xffff;
fg.red = fg.green = fg.blue = 0;
diff --git a/src/osd/sdl/sdlos_unix.c b/src/osd/sdl/sdlos_unix.c
index ff612f3e420..a4286a36b9d 100644
--- a/src/osd/sdl/sdlos_unix.c
+++ b/src/osd/sdl/sdlos_unix.c
@@ -202,7 +202,6 @@ char *osd_get_clipboard_text(void)
for ( i = 0; i < ARRAY_LENGTH(types); i++ )
{
-
XConvertSelection( display, XA_PRIMARY, types[i], types[i], our_win, CurrentTime );
/* wait for SelectionNotify, but no more than 100 ms */
diff --git a/src/osd/sdl/window.c b/src/osd/sdl/window.c
index 7dc903aa414..387daa96d44 100644
--- a/src/osd/sdl/window.c
+++ b/src/osd/sdl/window.c
@@ -961,7 +961,6 @@ static void pick_best_mode(sdl_window_info *window, int *fswidth, int *fsheight)
void sdlwindow_video_window_update(running_machine &machine, sdl_window_info *window)
{
-
osd_ticks_t event_wait_ticks;
ASSERT_MAIN_THREAD();
diff --git a/src/osd/windows/debugwin.c b/src/osd/windows/debugwin.c
index 0b74fc60918..815e21ecf52 100644
--- a/src/osd/windows/debugwin.c
+++ b/src/osd/windows/debugwin.c
@@ -2941,7 +2941,6 @@ static int global_handle_command(debugwin_info *info, WPARAM wparam, LPARAM lpar
cassette_image_device* cassette = dynamic_cast<cassette_image_device*>(&img->device());
switch ((LOWORD(wparam) - ID_DEVICE_OPTIONS) % DEVOPTION_MAX)
{
-
case DEVOPTION_CASSETTE_STOPPAUSE:
cassette->change_state(CASSETTE_STOPPED, CASSETTE_MASK_UISTATE);
return 1;