From 941cf68a79014b6c76a03de4fbefd6958c813429 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Sun, 12 Jun 2005 14:47:26 +0000 Subject: [PATCH] this looks like the right time to remove this... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13077 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/app/Application.h | 1 - 1 file changed, 1 deletion(-) diff --git a/headers/os/app/Application.h b/headers/os/app/Application.h index f70b02573f..0408e77209 100644 --- a/headers/os/app/Application.h +++ b/headers/os/app/Application.h @@ -154,7 +154,6 @@ private: void InitData(const char* signature, status_t* error); void BeginRectTracking(BRect r, bool trackWhole); void EndRectTracking(); - void get_scs(); void setup_server_heaps(); void* rw_offs_to_ptr(uint32 offset); void* ro_offs_to_ptr(uint32 offset);