瀏覽代碼

Removed __FILE__ from source code

Sam Lantinga 3 天之前
父節點
當前提交
f79ede100b
共有 3 個文件被更改,包括 2 次插入3 次删除
  1. 1 1
      src/video/android/SDL_androidtouch.c
  2. 1 1
      src/video/haiku/SDL_bmodes.cc
  3. 0 1
      src/video/haiku/SDL_bwindow.cc

+ 1 - 1
src/video/android/SDL_androidtouch.c

@@ -81,7 +81,7 @@ void Android_OnTouch(SDL_Window *window, int touch_device_id_in, int pointer_fin
     fingerId = (SDL_FingerID)(pointer_finger_id_in + 1);
 
     if (SDL_AddTouch(touchDeviceId, SDL_TOUCH_DEVICE_DIRECT, "") < 0) {
-        SDL_Log("error: can't add touch %s, %d", __FILE__, __LINE__);
+        return;
     }
 
     switch (action) {

+ 1 - 1
src/video/haiku/SDL_bmodes.cc

@@ -265,7 +265,7 @@ bool HAIKU_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL
     // Get the current screen
     BScreen bscreen;
     if (!bscreen.IsValid()) {
-        printf(__FILE__": %d - ERROR: BAD SCREEN\n", __LINE__);
+        return SDL_SetError("Invalid screen");
     }
 
     // Set the mode using the driver data

+ 0 - 1
src/video/haiku/SDL_bwindow.cc

@@ -55,7 +55,6 @@ static bool _InitWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_Properti
 
     if (window->flags & SDL_WINDOW_FULLSCREEN) {
         // TODO: Add support for this flag
-        printf(__FILE__": %d!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n",__LINE__);
     }
     if (window->flags & SDL_WINDOW_OPENGL) {
         // TODO: Add support for this flag