From ef855c9edba29d0e014699a419b6a59d5f7660f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 15 Aug 2010 21:08:59 +0000 Subject: [PATCH] Remove unwanted compatibility aliases before I get beaten by the Dano hunters... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38126 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/InterfaceDefs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/headers/os/interface/InterfaceDefs.h b/headers/os/interface/InterfaceDefs.h index 2204960a11..e78f9d0a21 100644 --- a/headers/os/interface/InterfaceDefs.h +++ b/headers/os/interface/InterfaceDefs.h @@ -295,8 +295,6 @@ enum color_which { // Old name synonyms. B_KEYBOARD_NAVIGATION_COLOR = B_NAVIGATION_BASE_COLOR, B_MENU_SELECTION_BACKGROUND_COLOR = B_MENU_SELECTED_BACKGROUND_COLOR, - B_TOOLTIP_BACKGROUND_COLOR = B_TOOL_TIP_BACKGROUND_COLOR, - B_TOOLTIP_TEXT_COLOR = B_TOOL_TIP_TEXT_COLOR, // These are deprecated -- do not use in new code. See BScreen for // the replacement for B_DESKTOP_COLOR.