Remove MetaWindowEdgePosition enum that isn't used anymore

2006-05-25  Elijah Newren  <newren gmail com>

	* src/place.h:
	* src/common.h:
	Remove MetaWindowEdgePosition enum that isn't used anymore
This commit is contained in:
Elijah Newren 2006-05-26 00:16:52 +00:00 committed by Elijah Newren
parent a1324af018
commit a8f382019a
3 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,9 @@
2006-05-25 Elijah Newren <newren gmail com>
* src/place.h:
* src/common.h:
Remove MetaWindowEdgePosition enum that isn't used anymore
Thu May 25 15:56:43 2006 Søren Sandmann <sandmann@redhat.com>
* src/effects.h (struct MetaEffect): Move duplicated window field

View File

@ -200,7 +200,6 @@ typedef enum
/* Relative directions or sides seem to come up all over the place... */
/* FIXME: Replace
* place.[ch]:MetaWindowEdgePosition,
* screen.[ch]:MetaScreenDirection,
* workspace.[ch]:MetaMotionDirection,
* with the use of MetaDirection.

View File

@ -25,16 +25,6 @@
#include "window.h"
#include "frame.h"
typedef enum _MetaWindowEdgePosition MetaWindowEdgePosition;
enum _MetaWindowEdgePosition
{
META_WINDOW_EDGE_TOP = 0,
META_WINDOW_EDGE_LEFT,
META_WINDOW_EDGE_RIGHT,
META_WINDOW_EDGE_BOTTOM
};
void meta_window_place (MetaWindow *window,
MetaFrameGeometry *fgeom,
int x,