forked from AuroraMiddleware/gtk
entry: Remove some unused constants
This commit is contained in:
parent
3569348f9c
commit
ddd044f283
@ -143,12 +143,8 @@
|
|||||||
* see #GtkText.
|
* see #GtkText.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define NAT_ENTRY_WIDTH 150
|
|
||||||
|
|
||||||
#define MAX_ICONS 2
|
#define MAX_ICONS 2
|
||||||
|
|
||||||
#define UNDERSHOOT_SIZE 20
|
|
||||||
|
|
||||||
#define IS_VALID_ICON_POSITION(pos) \
|
#define IS_VALID_ICON_POSITION(pos) \
|
||||||
((pos) == GTK_ENTRY_ICON_PRIMARY || \
|
((pos) == GTK_ENTRY_ICON_PRIMARY || \
|
||||||
(pos) == GTK_ENTRY_ICON_SECONDARY)
|
(pos) == GTK_ENTRY_ICON_SECONDARY)
|
||||||
|
Loading…
Reference in New Issue
Block a user