entry: Remove some unused constants

This commit is contained in:
Timm Bäder 2019-04-13 06:18:43 +02:00
parent 3569348f9c
commit ddd044f283

View File

@ -143,12 +143,8 @@
* see #GtkText.
*/
#define NAT_ENTRY_WIDTH 150
#define MAX_ICONS 2
#define UNDERSHOOT_SIZE 20
#define IS_VALID_ICON_POSITION(pos) \
((pos) == GTK_ENTRY_ICON_PRIMARY || \
(pos) == GTK_ENTRY_ICON_SECONDARY)