parser: get rid of "stealing" atoms
[platform/upstream/libxkbcommon.git] / src / atom.h
index 1bf8e49..f936911 100644 (file)
@@ -40,8 +40,7 @@ xkb_atom_t
 atom_lookup(struct atom_table *table, const char *string, size_t len);
 
 xkb_atom_t
-atom_intern(struct atom_table *table, const char *string, size_t len,
-            bool steal);
+atom_intern(struct atom_table *table, const char *string, size_t len);
 
 const char *
 atom_text(struct atom_table *table, xkb_atom_t atom);