]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete some unused functions on Haiku
authorPo Lu <luangruo@yahoo.com>
Mon, 25 Apr 2022 05:51:42 +0000 (05:51 +0000)
committerPo Lu <luangruo@yahoo.com>
Mon, 25 Apr 2022 05:51:42 +0000 (05:51 +0000)
* src/haiku_support.cc (haiku_current_workspace)
(BWindow_workspaces):
* src/haiku_support.h: Remove unused functions and prototypes.

src/haiku_support.cc
src/haiku_support.h

index eb9379f17d7ace1bc7492a564183bca89c9205be..f19631a22ab4aca7658a314ecf4b6bedf808aea6 100644 (file)
@@ -3071,20 +3071,6 @@ BView_emacs_delete (void *view)
   delete vw;
 }
 
-/* Return the current workspace.  */
-uint32_t
-haiku_current_workspace (void)
-{
-  return current_workspace ();
-}
-
-/* Return a bitmask consisting of workspaces WINDOW is on.  */
-uint32_t
-BWindow_workspaces (void *window)
-{
-  return ((BWindow *) window)->Workspaces ();
-}
-
 /* Create a popup menu.  */
 void *
 BPopUpMenu_new (const char *name)
index 0280f2cc181a500bc2d1c1461e34751a50dcc99c..6660b011a69558c5f0c38b139c04db7885f62783 100644 (file)
@@ -457,7 +457,6 @@ extern void BWindow_center_on_screen (void *);
 extern void BWindow_change_decoration (void *, int);
 extern void BWindow_set_tooltip_decoration (void *);
 extern void BWindow_set_avoid_focus (void *, int);
-extern uint32_t BWindow_workspaces (void *);
 extern void BWindow_zoom (void *);
 extern void BWindow_set_min_size (void *, int, int);
 extern void BWindow_set_size_alignment (void *, int, int);
@@ -550,7 +549,6 @@ extern void BView_convert_to_screen (void *, int *, int *);
 extern void BView_convert_from_screen (void *, int *, int *);
 
 extern void BView_emacs_delete (void *);
-extern uint32_t haiku_current_workspace (void);
 
 extern void *BPopUpMenu_new (const char *);